UNPKG

@thi.ng/geom

Version:

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

5 lines 244 B
import type { Attribs } from "./api.js"; import type { Vec } from "@thi.ng/vectors"; import { Points } from "./api/points.js"; export declare const points: (pts?: Iterable<Vec>, attribs?: Attribs) => Points; //# sourceMappingURL=points.d.ts.map