npm i -S lottie-compressimport LottieCompress from 'lottie-compress';
(async () => {
const lottieCompress = new LottieCompress(data);
const ret = await lottieCompress.execute();
assert(ret.tiny === '75');
})();lottieJsonLottie file json data, Support the json data and string.optionsnot support.
