vbenjs / vite-plugin-svg-icons

Vite Plugin for fast creating SVG sprites.
MIT License
801 stars 109 forks source link

feat: allow user to directly inject the code into the generated HTML #109

Open Voltra opened 2 months ago

Voltra commented 2 months ago

Using inject: 'index-html' users of the library can now inline the generated svg-spritesheet as the first child of the <body> tag

Closes #106 Closes #26