@lottiefiles/relottie-stringify
Version:
relottie plugin to add support for serializing LAST
9 lines (8 loc) • 353 B
TypeScript
export { Options, default } from './unified-relottie-stringify.js';
export { StringifyFileData } from './stringify.js';
export { JSONArray, JSONObject, JSONValue, evaluate } from './helpers.js';
export { DEFAULT_OPTIONS } from './options.js';
export { fileConstants } from './constants.js';
import '@lottiefiles/last';
import 'unified';
import 'vfile';