jaywcjlove / svgtofont

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

Command line installation instead of npm packages? #172

Open fzyzcjy opened 1 year ago

fzyzcjy commented 1 year ago

Hi thanks for the library! However I am using it not without js ecosystem, so I hope to install without being a npm package (i.e. have huge node_modules). Is it possible? Thanks!

jaywcjlove commented 1 year ago

No possibility, need to install nodejs

@fzyzcjy

coder0107git commented 1 year ago

@fzyzcjy You could try to to use something like node-packer to compile the library or some similar option (like jsc) to compile the library AOT.