UNPKG

@thi.ng/geom

Version:

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

6 lines (5 loc) 122 B
import { Points } from "./api/points.js"; const points = (pts, attribs) => new Points(pts, attribs); export { points };