@lottiefiles/relottie-parse
Version:
Parse Lottie JSON format to LAST
10 lines (9 loc) • 306 B
TypeScript
export { Options, default } from './unified-relottie-parse.js';
export { ParseFileData } from './parse.js';
export { DEFAULT_OPTIONS } from './options.js';
export { Stack } from './stack.js';
import '@lottiefiles/last';
import 'unified';
import 'vfile';
import './slots.js';
import '@humanwhocodes/momoa';