UNPKG

@thi.ng/geom

Version:

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

6 lines (5 loc) 137 B
import { Group3 } from "./api/group3.js"; const group3 = (attribs = {}, children) => new Group3(attribs, children); export { group3 };