dragonbones-runtime
Version:
the tools to build dragonbones file for diffrent framework
20 lines (18 loc) • 387 B
Markdown
## How to build
* $ `npm install`
* $ `npm run build`
## Make sure project structure like this:
```
Your project
|-- libs
|-- pixi.js.d.ts
|-- node_modules
|-- ...
|-- out
|-- ...
|-- src
|-- ...
|-- ...
```
## Pixi declaration
* [Get pixi.js.d.ts](https://github.com/pixijs/pixi-typescript/blob/v4.x/pixi.js.d.ts)