latest-createjs

1.0.24 • Public • Published

latest-createjs

Install latest createJS by npm

GitHub license

npm npm

GitHub stars

GitHub issues GitHub forks

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

关于版本

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()

Package Sidebar

Install

npm i latest-createjs

Weekly Downloads

152

Version

1.0.24

License

MIT

Last publish

Collaborators

  • mikuscallion