Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuhei/pixelm
A pixel art editor written in Elm
https://github.com/shuhei/pixelm
elm pixel-art pixel-editor
Last synced: 17 days ago
JSON representation
A pixel art editor written in Elm
- Host: GitHub
- URL: https://github.com/shuhei/pixelm
- Owner: shuhei
- Created: 2017-08-05T23:04:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T11:21:55.000Z (over 6 years ago)
- Last Synced: 2025-01-12T13:46:33.009Z (20 days ago)
- Topics: elm, pixel-art, pixel-editor
- Language: Elm
- Homepage: http://shuheikagawa.com/pixelm/
- Size: 761 KB
- Stars: 37
- Watchers: 5
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixelm [![Build Status](https://travis-ci.org/shuhei/pixelm.svg?branch=master)](https://travis-ci.org/shuhei/pixelm)
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](screenshot.png)
## Development
Install:
```sh
npm install
elm-package installcd tests
elm-package install
```Start dev server:
```sh
npm start
```Run unit tests:
```sh
npm test
```Build assets for production:
```sh
npm run build
```Deploy to GitHub Pages:
```sh
npm run deploy
```This project is bootstrapped with [Create Elm App](https://github.com/halfzebra/create-elm-app). Check out [its README template](https://github.com/halfzebra/create-elm-app/blob/master/template/README.md) for the structure of this project.