Skip to content
forked from CreateJS/EaselJS

The EaselTS Typescript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier. This is a fork of CreateJS/EaselJS and all credit should go to that library

License

Notifications You must be signed in to change notification settings

mientjan/EaselTS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EaselTS Build Status

is a complete rewrite of easeljs in typescript. Plus adding a lot of stuff that easeljs does not support.

This version is still in its BETA stage.

examples

How to view the examples?

Go to the root of this project and run npm install -g http-server then run http-server ./ open the browser and go to localhost:8080 or what http-server says its running on and go to localhost:8080/examples

About

The EaselTS Typescript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier. This is a fork of CreateJS/EaselJS and all credit should go to that library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.2%
  • JavaScript 43.8%