0.7.0 • Published 3 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.6.0

4 years ago

0.5.10

4 years ago

0.5.9

4 years ago

0.5.8

4 years ago

0.5.7

4 years ago

0.5.6

4 years ago

0.5.5

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.0

4 years ago