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
25 stars 8 forks source link

Add `moduleId` param to options that allow customization of `virtualModuleId` #18

Closed stryaponoff closed 7 months ago

stryaponoff commented 7 months ago

My project needs multiple fonts to be generated so I solve it with multiple instances of this plugin with different moduleId.

atlowChemi commented 7 months ago

@stryaponoff I missed this PR, do you want to fix conflicts so I can push it forward?