A basic drawing interface to create small square graphics often referred to as Sprites. The predefined sizes are 16, 32 and 64 pixels.
- 3x3 tile preview
- Eye Dropper tool (Hover a color and click 'e' on keyboard to grab)
- RGBA Color sliders
- Brush size
- Color Randomizer toggle
- Grid toggle
- Pixel Scale aka. Zoom
- Save as PNG (download)
- live-server 0.9.0
- node v5.11.1
- npm 3.8.6
- ractive 0.7.3
- typescript 1.8.10
- typings v1.3.0
- webpack 1.13.1
# install
$ git clone https://github.com/deificx/sprite
$ cd sprite
$ typings install
$ npm install
# npm start will start a watching webpack process
$ npm start
# optionally run live-server in a new terminal window
$ live-server