-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Ant edited this page Oct 4, 2019
·
3 revisions
CanvasLayers is a JavaScript library that adds support for layers to the HTML5 canvas tag without using multiple stacked canvases. Just one canvas is used.
Released under the MIT (X11) licence.c
- Provides layers within a canvas without using multiple stacked canvases.
- Minimises drawing via a damaged rectangles system.
- Simple callback mechanism to draw to layers that uses the standard canvas drawing API.
- Layers can be nested, enabling the creation of complex scenes.
- Transparency support can be enabled or disabled.