0.7.0 • Published 2 years ago

@oasis-engine/tool-atlas-lottie v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tool-atlas-lottie

Transform lottie JSON file to atlas format in oasis engine. This tool will generate a folder which contains three files: a processed lottie JSON file, an atlas file and an image.

Usage in terminal

  1. Install
npm i @oasis-engine/tool-atlas-lottie -g
  1. Use command in terminal

if lottie file has base64 images:

oasis-atlas-lottie -s lottieFile.json

if lottie file has images in a directory:

oasis-atlas-lottie -s lottieFile.json -i ./images

Usage in node project

  1. Install
npm i @oasis-engine/tool-atlas-lottie --save
  1. Call api
const lottieTransform = require("@oasis-engine/tool-atlas-lottie");

lottieTransform('lottieFile.json'); 
0.7.0

2 years ago

0.6.0

2 years ago

0.5.10

3 years ago

0.5.9

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.0

3 years ago