/Fun-with-Html5-Canvas

Make a drawing canvas using Vanilla JavaScript.

Primary LanguageJavaScript

Fun-with-Html5-Canvas

Make a drawing canvas using Vanilla JavaScript.

To Do

  • Set up basic files(html,css and js).
  • Make canvas in html file.
  • Control the canvas size function using resize event.
  • Drawing line on the canvas.
  • When mouse continue press on the canvas, the line thickens.
  • Change the line color like a rainbow.

Work Flow

  • Set up basic files(html,css and js).
  • Make canvas in html file.
  • Control the canvas size function using resize event.
  • Drawing line on the canvas.
  • When mouse continue press on the canvas, the line thickens.
  • Change the line color like a rainbow.