1 个不稳定版本
0.1.0 | 2022年8月2日 |
---|
#8 在 #lottie 中
25KB
153 行
Lottie渲染器服务
一个轻量级的微服务,可以通过http REST API渲染Lottie动画文件。
通过docker运行
docker run -p 8080:8080 ghcr.io/mikbot/lottie-renderer-service
通过crates.io安装
rlottie
构建和运行此服务需要rlottie库。
架构
通过您喜欢的aur辅助程序安装
paru -S rlottie
Debian / Ubuntu
基于Debian的发行版中没有可用的最新包。您可以使用我们的shell脚本在您的系统上安装rlottie。
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
依赖项
~19–31MB
~563K SLoC