Skip to content

Instantly share code, notes, and snippets.

@dandyraka
Created March 12, 2022 08:09
Show Gist options
  • Save dandyraka/dc0e46edfc0adccba4a66bd9fae4babb to your computer and use it in GitHub Desktop.
Save dandyraka/dc0e46edfc0adccba4a66bd9fae4babb to your computer and use it in GitHub Desktop.
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