Created by gskinner

Using the CDN (Content Delivery Network) hosted versions of the CreateJS libraries in your project allows them to be downloaded quickly and cached across different sites using the same version of the libraries, which can reduce bandwidth costs and page load times.

Each library can be loaded with a <script> tag. Library urls also support http or protocol-relative linking.

<script src="https://code.createjs.com/1.0.0/easeljs.min.js"></script>

Use https://code.createjs.com/1.0.0/createjs.js for a non-minified version of the code.

Want to be on the bleeding edge? Untagged builds are available at http://github.com/CreateJS.
Looking for info, examples, or docs? Check out http://createjs.com.

Old Versions

    MovieClip was combined with EaselJS since version 0.8.2, and no longer needs to be included separately.

CDN hosting provided by Adobe®