Pixel Point - is an implementation of a pixel art drawing application. The project has the following features:
- brush color selection
- change the size of the brush and eraser
- sheet cleaning
- fill sheet with one color
- download picture in png
- Node v16.14.2
- TypeScript
- React
- Nanostores
- AntDesign
- Feature-Sliced Design
- Vite
- CSS Modules
- React Color
- Prettier
- ESLint
- Husky
git clone https://github.com/tuddev/pixel-paint.git
yarn
yarn start
- saving the drawing in localStorage so that you can continue drawing after a while
- different types of brushes
- layout with menu
- the ability to create layers
- uploading a picture with the ability to select the type of background: transparent, white or black