@lottiefiles/relottie-extract-features
Version:
relottie plugin to extract Lottie features
13 lines (10 loc) • 321 B
TypeScript
import extractFeatures from './extract-features.js';
export { ExtractFeaturesFileData } from './extract-features.js';
export { DEFAULT_OPTIONS, Options } from './options.js';
import '@lottiefiles/last';
import 'unified';
import 'vfile';
/**
* Copyright 2023 Design Barn Inc.
*/
export { extractFeatures as default };