CreateJS / EaselJS

The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier.

Home Page:http://createjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sprite cache

amihanya opened this issue · comments

we use sprite to and set images with label (load faster and less images).but when we cache container that include the big sprite that cache all the size of the sprite and that take a lot of time and make bad performance.

bump?