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 ✍️ 🔠
- Host: GitHub
- URL: https://github.com/bradoyler/alphabet-art
- Owner: bradoyler
- Created: 2018-02-08T19:15:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T00:44:38.000Z (about 7 years ago)
- Last Synced: 2025-02-13T05:41:49.012Z (2 months ago)
- Topics: art, javascript, vue, vuejs, webcam
- Language: Vue
- Homepage: https://bradoyler.github.io/alphabet-art/
- Size: 2.78 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alphabet-Art
[<< Try it >>](https://bradoyler.github.io/alphabet-art/)

## 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
```