UNPKG

@thi.ng/geom

Version:

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

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