Skip to content

Kully/pixel-paint

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
gif
 
 
img
 
 
js
 
 
 
 
 
 
 
 

Pixel Paint

Make intuitve pixel art in this simple drawing tool written in vanilla javascript 🍰

Image

Features

  • 100% vanilla javascript!
  • pencil, fill, eraser, selection and colorpicker tools
  • implements undo and redo with a stack of canvas states
  • color palette from the NES and Gameboy
  • save your pixel art to PNG
  • original 32x32 cursors/button icons

Hotkeys

Command Hotkey
pencil mode P
bucket mode B
mode eraser mode E
colorpicker mode V
selection mode S
copy selection ALT+click and drag
delete selected area Del or Backspace
remove selection Esc
toggle grid G
undo Z
redo X
color swap C

Contributing

One of the joys of posting this project on Github is to get people excited and wanting to contribute to them. Feel free to create Pull Requests for any changes that you think the app could benifit from, or something that you would like to use.

Have a look at some of the Issues in the repo. If you see something you want to add or comment on, by all means do so!

Have fun and be creative! 🎨