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
778 stars 71 forks source link

image.gif instead of image.tgs.gif #69

Open Meteor0id opened 2 years ago

Meteor0id commented 2 years ago

strip the previous extension on output filename await toGifFromFile(filePath, `${filePath.replace(/\.[^/.]+$/, "")}.gif`, options);

ed-asriyan commented 2 years ago

make a pull request please:)