0.1.1 • Published 9 months ago
@duck4i/lottie-compress v0.1.1
Lottie Compress
Optimize Lottie JSON files to significantly reduce the file size.
Install
npm install -D @duck4i/lottie-compressUsage
import { processLottieJson} from "lottie-compress";
const res = await processLottieJson('./truck.json', './truck_out.json');
// ^ true0.1.1
9 months ago