Skip to content

c12i/pixie

Repository files navigation

A pixel art editor purely built with vanilla JavaScript + canvas

snip

fruitzz

art

Features

  • Tools:
    • Draw tool
    • Fill tool
    • Shape tools: Rectangle, Circle and Triangle tools are supported
    • Color picker
  • Save drawn image as png
  • Load image to editor (a bit wonky)
  • Undo/ Redo action with keybinds (ctrl/cmd + "z" and ctrl/cmd + "y" respectively)
  • Save your pixel art with ctrl/cmd + "s" keybind support
  • Local caching

Local Development

Install dev dependencies

npm install

Run local server

npm run dev

TODO

  • Canvas resizing

This project is MIT licensed.

About

A pixel-art-editor made with javascript and canvas

Resources

License

Stars

Watchers

Forks