Sprunk is a minimalist pixel art editor built using Mithril.
A demo is available here.
Check out the repository and install all dependencies:
$ git clone https://github.com/jessebraham/sprunk.git
$ cd sprunk/
$ npm installThe development server can be run via:
$ npm run startThe application can then be accessed at http://localhost:8080/.
To build, run either of the following:
$ npm run dev # development
$ npm run prod # production