项目作者: 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
创建时间: 2017-03-23T20:09:59Z
项目社区:https://github.com/vijayrudraraju/canvas-to-js

开源协议:

下载


canvas-to-js

An app that generates javascript for HTML5 canvas as you draw. Great for learning about the Canvas API.

Installation

  1. Install packages: npm install
  2. Run development server: npm run start
  3. 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

  4. Fork it!
  5. Create your feature branch: git checkout -b my-new-feature
  6. Commit your changes: git commit -am 'Add some feature'
  7. Push to the branch: git push origin my-new-feature
  8. Submit a pull request :D

    History

    TODO: Write history

    Credits

    TODO: Write credits

    License

    TODO: Write license