Simple tool for creating pixel art images. Purposes of project:
- Learn Glimmerjs as a standalone from ember
- Have a tool that exports pixel art as json blobs instead of image file formats
Link to demo: http://ericlifka.github.com/pxlr-sprite-editor/
You will need the following things properly installed on your computer.
git clone <repository-url>this repositorycd pxlr-sprite-editoryarn
ember serve- Visit your app at http://localhost:4200.
ember build(development)ember build --environment production(production)