UNPKG

svg-spritemap-webpack-plugin

Version:

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

4 lines (3 loc) 107 B
export const indent = (columns = 1, indentation = 4) => { return ' '.repeat(columns * indentation); };