UNPKG

svg-spritemap-webpack-plugin

Version:

Generates symbol-based SVG spritemap from all .svg files in a directory

4 lines (3 loc) 78 B
export const idify = (input) => { return input.replaceAll(/\s+/g, ''); };