UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

6 lines 134 B
export const html = { set(html, { view, elem }) { view.$(elem).html(`${html}`); }, }; //# sourceMappingURL=html.js.map