bittmapp/README.md
Nathan Kunicki 47c4c9c151 Added readme
2017-11-18 00:29:08 +00:00

13 lines
262 B
Markdown

# BittMapp - A monochrome bitmap editor
A small browser-based tool for creating and editing black and white (monochrome) bitmaps.
### Building
Node.js v8.9.1+ required.
```bash
npm install && npm run build
```
Then open index.html in your browser of choice.