tgs2lottie
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tgs2lottie

Weekly Downloads

149

Version

1.0.13

License

MIT

Unpacked Size

9.1 kB

Total Files

8

Last publish

Collaborators

  • kamyu