UNPKG

@thi.ng/geom

Version:

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

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