UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

3 lines (2 loc) 152 B
import type { GraphicsPath } from '../path/GraphicsPath'; export declare function SVGToGraphicsPath(svgPath: string, path: GraphicsPath): GraphicsPath;