## 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)