#microservices #animation #render #http #renderer #rest #lottie

app lottie-renderer-service

Small http microservice to render lottie animation files

1 unstable release

0.1.0 Aug 2, 2022

#5 in #lottie

MIT license

25KB
153 lines

Lottie Renderer Service

Small microservice to render Lottie animation files via an http REST API.

Run via docker

docker run -p 8080:8080 ghcr.io/mikbot/lottie-renderer-service

Install via crates.io

rlottie

The rlottie library is required to build and run the service.

Arch

Install via your favorite aur helper:

paru -S rlottie

Debian / Ubuntu

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

Installation

cargo install lottie-renderer-service
lottie-renderer-service

Dependencies

~21–35MB
~622K SLoC