UNPKG

svg-pathdata

Version:

Manipulate SVG path data (path[d] attribute content) simply and efficiently.

3 lines (2 loc) 130 B
import type { SVGCommand } from './types.js'; export declare function encodeSVGPath(commands: SVGCommand | SVGCommand[]): string;