Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 install

cd 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.