atlowChemi / vite-svg-2-webfont

A vite plugin which generates a webfont out of svg icons
https://www.npmjs.com/package/vite-svg-2-webfont
MIT License
24 stars 8 forks source link

Add public API #20

Closed stryaponoff closed 4 months ago

stryaponoff commented 4 months ago

I was needed to add generated fonts to the <link rel="preload" />. Firstly, I was thinking about add this functionality to your plugin but then I decided that the public API is a better option and implemented it along with a custom plugin for my needs that rely on your plugin.