A pixel art editor purely built with vanilla JavaScript + canvas
- 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"
andctrl/cmd + "y"
respectively) - Save your pixel art with
ctrl/cmd + "s"
keybind support - Local caching
Install dev dependencies
npm install
Run local server
npm run dev
- Canvas resizing
This project is MIT licensed.