Skip to content

telegram animated sticker to lottie animation json

Notifications You must be signed in to change notification settings

kamyu1537/tgs2lottie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TGS2Lottie

npm
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

About

telegram animated sticker to lottie animation json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published