项目作者: vijayrudraraju
项目描述 :
An app that generates javascript for HTML5 canvas as you draw. Great for learning about the Canvas API.
高级语言: Vue
项目地址: git://github.com/vijayrudraraju/canvas-to-js.git
canvas-to-js
An app that generates javascript for HTML5 canvas as you draw. Great for learning about the Canvas API.
Installation
- Install packages:
npm install
- Run development server:
npm run start
- Build for production:
npm run build
Usage
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.Contributing
- 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
History
TODO: Write historyCredits
TODO: Write creditsLicense
TODO: Write license