Here it is:
<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8”>
<title>CreateJS export from ~animation</title>
<script src=”libs/easeljs-0.4.2.min.js”></script>
<script src=”libs/tweenjs-0.2.0.min.js”></script>
<script src=”libs/movieclip-0.4.1.min.js”></script>
<script src=”~animation.js”></script>
<script>
var canvas, stage, exportRoot;
function init() {
canvas = document.getElementById(“canvas”);
exportRoot = new lib.animation();
stage = new Stage(canvas);
stage.addChild(exportRoot);
stage.update();
Ticker.setFPS(30);
Ticker.addListener(stage);
}
</script>
</head>
<body onload=”init();” style=”background-color:#D4D4D4”>
<canvas id=”canvas” width=”289” height=”803” style=”background-color:#00aade”></canvas>
</body>
</html>
North America
Europe, Middle East and Africa
Asia Pacific