jaywcjlove / svgtofont

Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
https://jaywcjlove.github.io/svgtofont
MIT License
515 stars 81 forks source link

move types out of deps #220

Closed manbearwiz closed 5 months ago

manbearwiz commented 5 months ago

Consumers of this package shouldn't need to download all of the types that aren't exposed as part of its api. Types that are exposed as part of SvgToFontOptions are moved to peerDependencies and types that are not have been moved to devDependencies.