Crates.io | lottie-renderer-service |
lib.rs | lottie-renderer-service |
version | 0.1.0 |
source | src |
created_at | 2022-08-02 13:55:45.139176 |
updated_at | 2022-08-02 13:55:45.139176 |
description | Small http microservice to render lottie animation files. |
homepage | |
repository | |
max_upload_size | |
id | 637358 |
size | 122,153 |
Small microservice to render Lottie animation files via an http REST API.
docker run -p 8080:8080 ghcr.io/mikbot/lottie-renderer-service
The rlottie library is required to build and run the service.
Install via your favorite aur helper:
paru -S rlottie
There is no up-to-date package available for debian based distros. You can use our shell script to install rlottie on your system.
git clone https://github.com/mikbot/lottie-renderer-service
cd lottie-renderer-service
./scripts/build_rlottie.sh
cargo install lottie-renderer-service
lottie-renderer-service