UNPKG

fabric

Version:

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

4 lines (3 loc) 104 B
export function getSvgRegex(arr: string[]) { return new RegExp('^(' + arr.join('|') + ')\\b', 'i'); }