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.

9 lines (8 loc) 212 B
/** * Scales an SVG path. * * @param path The path to be modified. * @param scale The number to scale by. * @returns The resulting path. */ export declare function scale(x: string, scale?: number): string;