New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dragonbones-runtime

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dragonbones-runtime

the tools to build dragonbones file for diffrent framework

latest
Source
npmnpm
Version
5.6.200
Version published
Maintainers
1
Created
Source

DragonBones JavaScript / TypeScript Runtime

中文 README

DragonBones common library

Highly suggest use DragonBones Pro to create aniamtion.

Supported engines

Generate the files which are dependent by the engines

run npm install -g dragonbones-runtime to install the dragonbones-runtime in global.

Then you can get the dependent files in folder names dragonbones-out by run dbr <engine-name>@<version>, ex:
Egret: dbr egret@4.1.0
PixiJS: dbr pixijs@4.6.2
Phaser: dbr phaser@2.6.2 or dbr phaser-ce@2.7.0
Hilo: dbr hilo@1.1.6

using -o to specify the output folder(default: dragonbones-out), ex:
dbr egret@4.1.0 -o ./egret-db-out

because the phaser is downloaded from npm register, so you can use -r to specify the register, ex: dbr phaser@2.6.2 -r taobao (default: npm)
valid register:

npm - https://registry.npmjs.org/
taobao - https://registry.npm.taobao.org/
cnpm - http://r.cnpmjs.org/

To learn more about

Online demos

PerformanceTest

Copyright (c) 2012-2018 The DragonBones team and other contributors.

Keywords

dragonbones

FAQs

Package last updated on 02 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts