UNPKG

svg-path-d

Version:

SVG path data (path[d] attribute content) manipulation library.

4 lines (3 loc) 211 B
import { PathNode } from './path-node'; export declare function appendReversed(items: PathNode[], index: number, acc: PathNode[]): void; export declare function createReversed(items: PathNode[]): PathNode[];