UNPKG

node-easel

Version:

node wrapper for EaselJS, utilizing node-canvas.

27 lines (23 loc) 584 B
(function() { /** * Static class holding library specific information such as the version and buildDate of * the library. * @class TweenJS **/ var o = this.createjs = this.createjs||{}; o = (o.TweenJS = o.TweenJS||{}); /** * The version string for this release. * @property version * @type String * @static **/ o.version = /*version*/"0.4.0"; // injected by build process /** * The build date for this release in UTC format. * @property buildDate * @type String * @static **/ o.buildDate = /*date*/"Tue, 12 Feb 2013 21:08:16 GMT"; // injected by build process })();