<
 
 
 
 
×
>
You are viewing an archived web page, collected at the request of United Nations Educational, Scientific and Cultural Organization (UNESCO) using Archive-It. This page was captured on 01:06:50 Nov 19, 2019, and is part of the UNESCO collection. The information on this web page may be out of date. See All versions of this archived page.
Loading media information hide
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®