This crate can act both as a library to convert lottie files to either webp or gif files, as well as binaries to do the conversion.
This requires the features clap
and gif
to be active.
``` Convert lottie files GIF
Usage: lottie2gif [OPTIONS]
Arguments:
Options: --non-transparent Disable background transparency -o, --out
```
This requires the features clap
and webp
to be active.
``` Convert lottie files WEBP
Usage: lottie2webp [OPTIONS]
Arguments:
Options: -o, --out
```