Tag: Canvas

The HTML <canvas> element is used to draw graphics, on the fly, via JavaScript. The <canvas> element is only a container for graphics. You must use JavaScript to actually draw the graphics.

Learn more about Canvas.

Articles

  1. Building a Hexagon Game Board
  2. Image Generator Module
  3. Playing with HTML 2D Canvas