Skip to content

JavaScript library that adds support for layers to a single HTML5 canvas element rather than a stack of canvases. Features optimised redrawing using a damaged rects system.

License

Notifications You must be signed in to change notification settings

Faizan2225/CanvasLayers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CanvasLayers

CanvasLayers is a small javascript library for adding layers to the HTML5 canvas tag. Unlike other canvas layer libraries, which use a stack of several canvas tags, only one canvas is used.

Requirements

Any modern web browser (anything Webkit or Gecko-based, Opera, etc). It even works in IE9, but is very slow in that browser.

Links

The Author

Written by Antony Dzeryn. For more info, email me at [email protected].

About

JavaScript library that adds support for layers to a single HTML5 canvas element rather than a stack of canvases. Features optimised redrawing using a damaged rects system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.9%
  • HTML 43.1%