LFE/README.md
2020-12-05 00:02:42 +03:00

659 B

LFE

Tool to extract PNG frames from Lottie animations using rlottie.

Codebase is a mess. You've been warned.

Deps

How to build

make

You'll need g++.

How to use

./lfe mylottieanimation.json 420x420

This will extract all frames as PNG files in the working directory.

Credit where it's due