Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sominemo/lottie-to-video

Render Lottie animations and Telegram Stickers (TGS) to video in browser.
https://github.com/sominemo/lottie-to-video

lottie render video web webm

Last synced: 18 days ago
JSON representation

Render Lottie animations and Telegram Stickers (TGS) to video in browser.

Awesome Lists containing this project

README

        

# Lottie to Video

Render Lottie animations and Telegram Stickers (TGS) to video in browser.

- Can render TGS files with either vanilla lottie, or Telegram's rLottie flavor
- File formats depend on browser. Chrome is more recommended, as it supports VP8/9 encoder with alpha channel.

Try: [https://sominemo.com/lottie2video](https://sominemo.com/lottie2video)

## Build

1. `cd rlottie-web`
2. `npm i`
3. `npm run build`

## Attribution

rLottie code derived from [Telegram WebZ](https://github.com/Ajaxy/telegram-tt), thus licensed under GPLv3.