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 installStart dev server:
npm startRun unit tests:
npm testBuild assets for production:
npm run buildDeploy to GitHub Pages:
npm run deployThis project is bootstrapped with Create Elm App. Check out its README template for the structure of this project.