UNPKG

@thi.ng/geom

Version:

Functional, polymorphic API for 2D geometry types & SVG generation

5 lines 234 B
import type { Attribs } from "./api.js"; import type { Vec } from "@thi.ng/vectors"; import { Text } from "./api/text.js"; export declare const text: (pos: Vec, body: any, attribs?: Attribs) => Text; //# sourceMappingURL=text.d.ts.map