DEV Community

Przemek Nowak
Przemek Nowak

Posted on

SVG doc generator based on sprites.svg

If some of you need a tool to generate SVG doc/demo of icons which are included in sprites.svg file I've created webpack plugin to achieve this.

You can install it via NPM and take a look on source code in my github.

It generates for you demo html with svg icons and variables scss|less|css based on your svg sprites file.

NPM link: https://www.npmjs.com/package/svg-doc-gen

Top comments (0)