1.0.4 • Published 4 years ago

tans_lottie v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

tans_lottie

npm使用

npm install tans_lottie
//or
cnpm install tans_lottie

const tansLottie = require('tans_lottie');

tansLottie(
    inDir, 
    resPath,
    dataPath,
)

命令行全局使用

npm install pack_textures -g
//or
cnpm install pack_textures -g

packTextures -i ./input -r ./output -d ./lotties

生成数据使用,加载资源后,引入生成的代码,作为参数传入Lottie

var a = new FYGE.Lottie(cloud_back))
a.play(1,()=>{});
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago