Created
March 12, 2022 08:09
-
-
Save dandyraka/dc0e46edfc0adccba4a66bd9fae4babb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import pylottie | |
import sys | |
inFile = sys.argv[1] | |
outFile = sys.argv[2] | |
pylottie.convertLottie2Webp("./{}".format(inFile), "./{}".format(outFile)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment