Skip to content
/ kottie Public

A cli tool based on Koltin/Native to convert your Lottie JSON to dotLottie format.

License

Notifications You must be signed in to change notification settings

iamwent/kottie

Repository files navigation

kottie

A cli tool based on Koltin/Native to convert your Lottie JSON to dotLottie format.

./kottie -h
Usage: kottie [<options>] [<files>]...

  Convert Lottie JSON to dotLottie format

Options:
  -r, --recursive  convert directories recursively
  -h, --help       Show this message and exit

Config cookie

LottieFiles modified the API for converting and requires authorization. So you need to config your LottieFiles cookie manually:

  1. Open Convert Lottie JSON and login with your account
  2. Open the developer console and go to the application tab
  3. Get the value for name ory_kratos_session under site https://lottiefiles.com/
  4. Save your cookie to the file ~/.kottie/cookie with format ory_kratos_session={your_session_value}
  5. Enjoy

Release

  1. Setup your build environment Get started with Kotlin/Native in IntelliJ IDEA
  2. ./gradlew clean assembleReleaseExecutableMacos

Thanks to

About

A cli tool based on Koltin/Native to convert your Lottie JSON to dotLottie format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages