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 EaselJS **/ var o = this.createjs = this.createjs||{}; o = (o.EaselJS = o.EaselJS||{}); /** * The version string for this release. * @property version * @type String * @static **/ o.version = /*version*/"0.6.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:12:22 GMT"; // injected by build process })();