Skip to content

remerico/CanvasLayers.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CanvasLayers.ts

CanvasLayers.ts is a TypeScript port of the CanvasLayers javascript library.

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.

How to Compile

Make sure you have TypeScript compiler installed [http://www.typescriptlang.org] then run the following command:

tsc src/canvaslayers.ts -out canvaslayers.js

Links

Authors

Written by Antony Dzeryn ant@simianzombie.com

TypeScript port by Remerico Cruz remerico@gmail.com

About

A TypeScript port of the CanvasLayers Javascript library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages