ed-asriyan / lottie-converter

Converts Lottie Animations (.json / .lottie) and Telegram stickers (*.tgs) to GIF / PNG / APNG / WEBP / WEBM
https://t.me/tgtowabot
MIT License
795 stars 72 forks source link

image.gif instead of image.tgs.gif #71

Closed Meteor0id closed 2 years ago

Meteor0id commented 2 years ago

await toGifFromFile(filePath, `${filePath.replace(/\.[^/.]+$/, "")}.gif`, options);

Meteor0id commented 2 years ago

oops duplicate