0.1.1 • Published 9 months ago

@duck4i/lottie-compress v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Lottie Compress

Optimize Lottie JSON files to significantly reduce the file size.

Install

npm install -D @duck4i/lottie-compress

Usage

import { processLottieJson} from "lottie-compress";

const res = await processLottieJson('./truck.json', './truck_out.json');
//      ^ true
0.1.1

9 months ago