@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.
6 lines • 335 B
TypeScript
export declare function parsePathString(pathString: any): any;
export declare function pathToAbsolute(pathArray: any): any;
export declare function path2curve(path: any, path2?: any): any;
export declare function path2string(path: any): any;
export declare function curvePathBBox(path: any): any;
//# sourceMappingURL=svg-path.d.ts.map