UNPKG

@thi.ng/hiccup-svg

Version:

SVG element functions for @thi.ng/hiccup & related tooling

10 lines (9 loc) 156 B
import { fattribs } from "./format.js"; const pattern = (attribs, ...body) => [ "pattern", fattribs({ ...attribs }), ...body ]; export { pattern };