Skip to content

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

Notifications You must be signed in to change notification settings

vijayrudraraju/canvas-to-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

History

TODO: Write history

Credits

TODO: Write credits

License

TODO: Write license

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published