/pixel-art-editor

There are hundreds of free pixel art editors for you to use. Don't use this one. It's mine.

Primary LanguageHTMLMIT LicenseMIT

Pixel Art Editor

Just cuz. Here's a screenshot

If you'd like to watch me write the code for this project, check out my Pixel Art Editor playlist on YouTube. It might make good background noise. :-)

Installation

Nothing to install. Just open index.html in your browser.

Features

  • Your creation is saved to your browser's localStorage every second as you edit
  • 1px, 3px and 5px brushes
  • Associate primary color with left mouse button, secondary with right
  • Fill tool
  • Zoom in/out - WIP
  • Undo / redo
  • Preview area for when you're working on tiling textures for something like voxeling, which is my primary use case.
  • Save to PNG via HTMLCanvasElement.toDataURL() ... browsers are awesome!

Coming Soon

  • Ability to edit more than 1 image at a time
  • Ability to set canvas size when starting a new image