Canvas Element Introduction

A <canvas> element provides scripts with a resolution-dependent bitmap canvas, which can be used for rendering graphs, game graphics, or other visual images on the fly. – W3C

Examples

Helper Libraries

Polyfills