tgs2lottie
v1.0.13
Published
telegram animated sticker to lottie animation json
Downloads
764
Readme
TGS2Lottie
telegram animated sticker to lottie animation json! :D
Github Pages
Download
NPM
npm install --save tgs2lottie
How to use?
NODE
const { convert } = require('./dist/index.js');
const fs = require('fs');
const read = fs.readFileSync('./AnimatedSticker.tgs')
console.info(convert(read));
Shell
tgs2lottie --size 320 ./AnimatedSticker.tgs
Build
Typescript
npm ci
npm run build