UNPKG

fabric

Version:

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

2 lines (1 loc) 79 B
export const getTagName = (node: Element) => node.tagName.replace('svg:', '');