UNPKG

@zsnout/ithkuil

Version:

A set of tools which can generate and parse romanized Ithkuil text and which can generate Ithkuil script from text and JSON data.

8 lines (7 loc) 211 B
/** * Flips X and Y coordinates in an SVG path, ignoring capital M commands. * * @param path The path to be modified. * @returns The resulting path. */ export declare function flipXY(path: string): string;