UNPKG

fabric

Version:

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

2 lines (1 loc) 74 B
export const normalizeWs = (value: string) => value.replace(/\s+/g, ' ');