A pixel art editor written in Elm
- Usable on mobile devices
- Tools: pencil, eraser, bucket, move, clear
- Undo
- Animation
- Export to PNG, GIF and animated GIF
Install:
npm install
elm-package install
cd tests
elm-package install
Start dev server:
npm start
Run unit tests:
npm test
Build assets for production:
npm run build
Deploy to GitHub Pages:
npm run deploy
This project is bootstrapped with Create Elm App. Check out its README template for the structure of this project.