UNPKG

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.

8 lines 647 B
export { SVGMorpheus as default } from './svg-morpheus'; export { SVGMorpheus } from './svg-morpheus'; export type { EasingFunction, SVGMorpheusOptions, StyleAttributes, RGBColor, NormalizedStyle, Transform, IconItem, Icon, MorphNode, BoundingBox, CallbackFunction } from './types'; export { easings } from './easings'; export { styleNormCalc, styleNormToString, styleToNorm, transCalc, trans2string, curveCalc, clone, bundleSvgs, // 🆕 动态SVG合并,返回 Blob URL bundleSvgsString } from './helpers'; export { parsePathString, pathToAbsolute, path2curve, path2string, curvePathBBox } from './svg-path'; //# sourceMappingURL=index.d.ts.map