Canvas in html5
Canvas is a new feature since html5 that allows you draw something on your web page
Reference from MDN
Project by using Canvas
- Chaos Game: Use canvas to draw the chaos game
- Draw panel with socket.io: A scribble panel with Websocket. Multi user can draw panel on simultaneously
Draw on canvas
Get start
Jquery to get canvas. ctx mean canvas content which used to draw on canvas