@iconsets/svg-morpheus-ts
Version:
ESM TypeScript library enabling SVG icons to morph from one to the other. It implements Material Design's Delightful Details transitions. Refactored with modern TypeScript + Vite + pnpm stack. Supports both Chinese and English documentation.
9 lines • 736 B
TypeScript
export { easings } from './easings';
export { bundleSvgs, // 🆕 动态 SVG 合并,返回 Blob URL
bundleSvgsString, // 🆕 动态 SVG 合并,返回 SVG 字符串
bundleSvgsStringSync, bundleSvgsSync, clone, curveCalc, styleNormCalc, styleNormToString, styleToNorm, trans2string, transCalc, } from './helpers';
export { SVGMorpheus as default, SVGMorpheus } from './svg-morpheus';
export { curvePathBBox, parsePathString, path2curve, path2string, pathToAbsolute, } from './svg-path';
export type { BoundingBox, CallbackFunction, EasingFunction, Icon, IconItem, MorphNode, NormalizedStyle, RawStyle, Rotation, SVGMorpheusOptions, Transform, } from './types';
export { rotations } from './types';
//# sourceMappingURL=index.d.ts.map