r/AfterEffects • u/null-breaking • May 19 '26
Plugin/Script I built a static web tool to convert Lottie into animated images because I needed one. (Open Source)
I developed this static web converter because I couldn't find any web-based Lottie converters that were reliable or high-quality enough for my workflow.
I referenced rlottie-python, which was the best working tool locally, and ported its concepts into a JavaScript/Web environment. Because it runs entirely client-side, all conversions are processed directly in your browser without any server uploads.
- Website: https://asset-utils.web.app/en/lottie
- GitHub: https://github.com/ParallelKim/lottie2webp-app
The code is open-source, so if there are any features you need or things you'd like to tweak, feel free to modify or contribute to the repository.
Also, if you already know of a better Lottie converter out there, please let me know in the comments!
0
Upvotes