latest-createjs
v1.0.24
Published
Install latest createJS by npm
Downloads
1,569
Maintainers
Readme
latest-createjs
Install latest createJS by npm
Important
- CreateJS had supported NPM install, see it CreateJS/Combined, recommend to install it
- This package will still be maintained for myself
- Thanks for downloaded
重要告知
- CreateJS 已经支持 NPM 安装,请查看 CreateJS/Combined,推荐安装
- 本包依然会为了我自己的相关项目进行维护
- 感谢下载
Quick fix
About version
- This package's version was followed with CreateJS/EaselJS
- This package's current version is 1.0.24, included easeljs-1.0.2, tweenjs-1.0.2, soundjs-1.0.1 and preloadjs-1.0.1 all files in their lib folder
- This package's version format is a.a.aab, the part of a is CreateJS/EaselJS 's version, the b part is this package's update version
- This package try to follow CreateJS, hope CreateJS can support NPM install in the future
关于版本
- 本包版本跟随 CreateJS/EaselJS
- 当前本包版本为 1.0.24,收录 easeljs-1.0.2、tweenjs-1.0.2、soundjs-1.0.1 及 preloadjs-1.0.1 的所有 lib 内容
- 本包版本 a.a.aab,其中 a 部分为 CreateJS/EaselJS 的版本,b 部分为本包更新版本
- 本包尽可能与 CreateJS 同步,期待以后 CreateJS 支持 NPM 安装
Install
$ yarn add latest-createjs
# or
$ npm install latest-createjs --save
Usage
Include all
import 'latest-createjs'
// or
require('latest-createjs')
// then
console.log(createjs) // <- Global
Just one
import 'latest-createjs/lib/preloadjs/preloadjs'
// or
require('latest-createjs/lib/preloadjs/preloadjs')
// then
var preload = new createjs.LoadQueue()