Skip to content

A simple sketchpad for making favicons and pixel art

Notifications You must be signed in to change notification settings

mggwxyz/pixelpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixelpad

A simple sketchpad for making favicons for your websites as well as pixel art.

Try it out

https://mggwxyz.github.io/pixelpad

Table of Contents

  1. Setting up the project
  2. Creating images with Pixelpad
  3. Inspiration

Setting up the project

  1. Clone the git repository using a bash terminal

    git clone https://github.com/mggwxyz/pixelpad.git
  2. Navigate into the project directory

    cd pixelpad
  3. Start the application

    npm start

Create images with Pixelpad

Pixelpad can be used to create favicons and pixel on your phone, tablet, or laptop.

Painting the image

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.

Downloading the image

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.

Inspiration

This project initially started as JavaScript/jQuery sketchpad project from The Odin Project.