UNPKG

dragonbones-runtime

Version:

the tools to build dragonbones file for diffrent framework

22 lines (20 loc) 451 B
## How to build * $ `npm install` * $ `npm run build` ## Make sure project structure like this: ``` Your project |-- libs |-- phaser.d.ts |-- pixi.d.ts |-- p2.d.ts |-- node_modules |-- ... |-- out |-- ... |-- src |-- ... |-- ... ``` ## Phaser declaration * [Get phaser.d.ts, pixi.d.ts, p2.d.ts](https://github.com/photonstorm/phaser-ce/tree/master/typescript/)