mrsum / webpack-svgstore-plugin

Simple svg-sprite creating with webpack
https://www.npmjs.com/package/webpack-svgstore-plugin
200 stars 92 forks source link

PNG Fallback #137

Closed JakeHenshall closed 6 years ago

JakeHenshall commented 7 years ago

Hi,

Love the plugin, is there any way for a PNG Fallback option to be automatically applied:

<svg class="svg-icon">
    <use xlink:href="#icon-food"></use>
    <img src="dist/img/icon-food.png" alt="Icon Food">
</svg>

Thanks Jake.

lgordey commented 6 years ago

@JakeHenshall Unfortunately, there is no such a possibility now. But feel free to add this with a PR :)