Files
nothoughts/node_modules/pixi.js/lib/scene/graphics/shared/svg/SVGToGraphicsPath.d.ts
2025-08-04 18:57:35 +02:00

3 lines
152 B
TypeScript

import type { GraphicsPath } from '../path/GraphicsPath';
export declare function SVGToGraphicsPath(svgPath: string, path: GraphicsPath): GraphicsPath;