UNPKG

@thi.ng/geom

Version:

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

5 lines (4 loc) 160 B
const withAttribs = (shape, attribs = {}, replace = true) => shape.withAttribs(replace ? attribs : { ...shape.attribs, ...attribs }); export { withAttribs };