UNPKG

svg-spritemap-webpack-plugin

Version:

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

4 lines (3 loc) 127 B
module.exports = (heights = [], gutter = 0) => { return heights.reduce((a, b) => a + b, 0) + (heights.length * gutter); };