Skip to content

shuhei/pixelm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixelm Build Status

A pixel art editor written in Elm

Features

  • Usable on mobile devices
  • Tools: pencil, eraser, bucket, move, clear
  • Undo
  • Animation
  • Export to PNG, GIF and animated GIF

pixelm

Development

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.