dragonbones-phaser3

* Clone or download [DragonBonesJS](https://github.com/DragonBones/DragonBonesJS/). * Install [Node.JS](https://nodejs.org/). * Open `DragonBonesJS/Phaser/3.x/` in command. * $ `npm install` * $ `npm run build`

Usage no npm install needed!

<script type="module">
  import dragonbonesPhaser3 from 'https://cdn.skypack.dev/dragonbones-phaser3';
</script>

README

How to build

  • Clone or download DragonBonesJS.
  • Install Node.JS.
  • Open DragonBonesJS/Phaser/3.x/ in command.
  • $ npm install
  • $ npm run build

Make sure project structure like this:

Your project
    |-- libs
        |-- phaser.d.ts
    |-- node_modules
        |-- ...
    |-- out
        |-- ...
    |-- src
        |-- ...
    |-- ...

Phaser declaration