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

https://github.com/bradoyler/alphabet-art

Alphabet Art: a Vue.js app for canvas drawing with the Alphabet ✍️ 🔠
https://github.com/bradoyler/alphabet-art

art javascript vue vuejs webcam

Last synced: 18 days ago
JSON representation

Alphabet Art: a Vue.js app for canvas drawing with the Alphabet ✍️ 🔠

Awesome Lists containing this project

README

        

# Alphabet-Art

Quarry Hill STEM FAIR Demo

[<< Try it >>](https://bradoyler.github.io/alphabet-art/)

![screen](https://user-images.githubusercontent.com/425966/36030518-907f3a26-0d75-11e8-9b09-efcbe79c2304.jpg)

## Setup for Development

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```