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
LottieFiles modified the API for converting and requires authorization. So you need to config your LottieFiles cookie manually:
- Open Convert Lottie JSON and login with your account
- Open the developer console and go to the application tab
- Get the value for name
ory_kratos_session
under site https://lottiefiles.com/ - Save your cookie to the file
~/.kottie/cookie
with formatory_kratos_session={your_session_value}
- Enjoy
- Setup your build environment Get started with Kotlin/Native in IntelliJ IDEA
./gradlew clean assembleReleaseExecutableMacos