-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release lottie2gif 0.3.1 and lottie2webp 0.1.0
- Loading branch information
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# lottie2webp [](https://crates.io/crates/lottie2webp) [](https://docs.rs/lottie2webp) [](https://mit-license.org/) | ||
|
||
This crate can be used as a binary as well as a library. To compile it as a binary, pass `--all-features` or `--feature clap` to cargo. | ||
|
||
``` | ||
lottie2webp | ||
Convert lottie files WEBP | ||
USAGE: | ||
lottie2webp [OPTIONS] <lottieFileName> | ||
ARGS: | ||
<lottieFileName> The location of the lottie file | ||
OPTIONS: | ||
-h, --help Print help information | ||
-o, --out <output> The output file | ||
``` |