View on GitHub

reading-notes

My CF seattle-201d64

Docs for the HTML canvas Element & Chart.js

Back to Home

HTML Canvas

Canvas Element docs

Canavas can be drawn on, but its not that easy: you are limited by your creative talent an by your ability to draw with javascript. However, this would be an incredible way to prove some u/i skills.

Canvas uses geometry and other css styles to create graphics

Canvas Methods

Events

Images not needed with Canvas and element animations

Back to Home