Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 433 Bytes

CANVAS.md

File metadata and controls

10 lines (7 loc) · 433 Bytes
title excerpt
Canvas
an HTML element for graphic applications in 2D or 3D

Canvas

The Canvas HTML-Element allows access to individual pixels to enable fast drawing applications.

Its API gives access to WebGL for 3D graphics and to the 2D drawing API.