Package Exports
- @icanvas/core-wxgame
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@icanvas/core-wxgame) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
iCanvas核心构造器
安装
npm install -s @icanvas/core-wxgame调用
umd/es6
es6调用完整支持Tree Shake
import * as ICanvas from '@icanvas/core';
import * as ICanvasWxgame from '@icanvas/core-wxgame';
// OR
const ICanvas = require('@icanvas/core');
const ICanvasWxgame = require('@icanvas/core-wxgame');