@kano/dragonbones-pixi
v5.6.2
Published
* Clone or download [DragonBonesJS](https://github.com/DragonBones/DragonBonesJS/). * Install [Node.JS](https://nodejs.org/). * Open `DragonBonesJS/Pixi/4.x/` in command. * $ `npm install` * $ `npm run build`
Downloads
7
Maintainers
Keywords
Readme
How to build
- Clone or download DragonBonesJS.
- Install Node.JS.
- Open
DragonBonesJS/Pixi/4.x/
in command. - $
npm install
- $
npm run build
Make sure project structure like this:
Your project
|-- libs
|-- pixi.js.d.ts
|-- node_modules
|-- ...
|-- out
|-- ...
|-- src
|-- ...
|-- ...