@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 • 698 B
TypeScript
export { SVGMorpheus as default, SVGMorpheus } from './svg-morpheus';
export { rotations } from './types';
export type { BoundingBox, CallbackFunction, EasingFunction, Icon, IconItem, MorphNode, NormalizedStyle, Rotation, StyleAttributes, SVGMorpheusOptions, Transform } from './types';
export { easings } from './easings';
export { bundleSvgs, // 🆕 动态SVG合并,返回 Blob URL
bundleSvgsString, // 🆕 动态SVG合并,返回 SVG 字符串
clone, curveCalc, styleNormCalc, styleNormToString, styleToNorm, trans2string, transCalc } from './helpers';
export { curvePathBBox, parsePathString, path2curve, path2string, pathToAbsolute } from './svg-path';
//# sourceMappingURL=index.d.ts.map