DragonBonesJS icon indicating copy to clipboard operation
DragonBonesJS copied to clipboard

DragonBones TypeScript / JavaScript Runtime

Results 82 DragonBonesJS issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for the wonderful job you did! You could also supply a DOM factory (like the one in this version: [https://github.com/06wj/DragonBonesJS/tree/master/src/factory](https://github.com/06wj/DragonBonesJS/tree/master/src/factory)) (I don't know if this factory was built...

Hello. I'm baby in webdevelopment, and want to use animation, created in DragonBones Pro inside my website. So i'v downloaded pixi.js, and DragonBones.js from this repository and put them in...

armature.display.touchEnabled=false; armature.display.touchChildren=false; 问题描述 龙骨点击事件禁用后,依然阻止点击事件冒泡,无法点击背后的 错误代码 let armature:dragonBones.Armature=dragonBones.EgretFactory.factory.buildArmature(id); armature.display.touchEnabled=false; armature.display.touchChildren=false;

Uncaught TypeError: Cannot read property 'prototype' of undefined

1) Following the instructions in the read me for phaser 3, I receive a bunch of errors (see below npm output). 2) When I try to run the demos from...

dragonbones pixi有文档吗?在官网没找到具体文档,pixi Demo里用的接口,没有文档说明

The correct plugin configuration seems to be the one used in the index.html file. Something like this should appear on the main page for the example to work correctly: plugins:...

It is not listed in the Readme.

如何将龙骨动画集成到微信小程序中播放