Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horacehylee/pixely
:sparkles: Amazing pixel art editor built with React and Canvas
https://github.com/horacehylee/pixely
canvas html5 html5-canvas pixe-art-maker pixel pixel-art react reactjs typescript
Last synced: about 1 month ago
JSON representation
:sparkles: Amazing pixel art editor built with React and Canvas
- Host: GitHub
- URL: https://github.com/horacehylee/pixely
- Owner: horacehylee
- License: mit
- Created: 2019-07-01T06:45:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:15:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T15:25:28.732Z (almost 2 years ago)
- Topics: canvas, html5, html5-canvas, pixe-art-maker, pixel, pixel-art, react, reactjs, typescript
- Language: TypeScript
- Homepage: https://horacehylee.github.io/pixely/
- Size: 2.89 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixely - Pixel Art Editor
:sparkles: Amazing pixel art editor built with React and Canvas
[![Build Status](https://img.shields.io/travis/horacehylee/pixely.svg?branch=master&style=flat-square)](https://travis-ci.org/horacehylee/pixely)
[![Coverage Status](https://img.shields.io/coveralls/github/horacehylee/pixely.svg?style=flat-square)](https://coveralls.io/github/horacehylee/pixely?branch=master)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](http://opensource.org/licenses/MIT)## Installation
```
yarn
```## Getting Started
### Development
```
yarn start
```### Build
```
yarn build
```