A simple sketchpad for making favicons for your websites as well as pixel art.
https://mggwxyz.github.io/pixelpad
-
Clone the git repository using a bash terminal
git clone https://github.com/mggwxyz/pixelpad.git
-
Navigate into the project directory
cd pixelpad
-
Start the application
npm start
Pixelpad can be used to create favicons and pixel on your phone, tablet, or laptop.
To paint simply over your cursor or finger over the pixel grid and press down. Drag your cursor/finger around the pixel grid while keeping downward pressure to paint other grid cells.
Once you are done creating your image, you may give your file a name in the File Name
input. Then click the Download Image
button to download the image.
This project initially started as JavaScript/jQuery sketchpad project from The Odin Project.