An app that generates javascript for HTML5 canvas as you draw. Great for learning about the Canvas API.
- Install packages:
npm install
- Run development server:
npm run start
- Build for production:
npm run build
Use 3 different strokes (straight line, scribble line, quadratic line), and solid or gradient fills, draw on the canvas to produce the Canvas API Javascript code that produces that drawing.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
TODO: Write credits
TODO: Write license