LFE/README.md

766 B

LFE

Tool to extract PNG frames from Lottie animations using rlottie.

Codebase is a mess. You've been warned.

Deps

You'll also need g++.

How to build and install

make

To install:

sudo make install

How to use

lfe mylottieanimation.json 420x420

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

Credit where it's due