@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.
13 lines (12 loc) • 411 B
TypeScript
/**
* Instantiates a set of lines that most letters rest on.
*
* @param props Properties that modify the output of these `Lines`.
* @returns An `SVGPathElement` containing the lines.
*/
export declare function Lines(props: {
/** The width of the lines. */
readonly width?: number | undefined;
/** The height of the central line. */
readonly height?: number | undefined;
}): SVGPathElement;