UNPKG

@danzen/createjs

Version:

A version of CreateJS https://createjs.com that that provides a Bitmap Object Model (BOM) and events to run with ZIMjs the JavaScript Canvas Framework https://zimjs.com

7 lines (5 loc) 175 B
const makeCreateJS = require('@danzen/createjs'); const createjs = makeCreateJS(); console.log(createjs.Shape); // used with ZIM at https://zimjs.com // npm install -g zimjs