UNPKG

fabric

Version:

Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.

5 lines (3 loc) 125 B
const getTagName = node => node.tagName.replace('svg:', ''); export { getTagName }; //# sourceMappingURL=getTagName.mjs.map