zachleat / glyphhanger

Your web font utility belt. It can subset web fonts. It can find unicode-ranges for you automatically. It makes julienne fries.
https://www.zachleat.com/web/glyphhanger/
MIT License
734 stars 21 forks source link

Avoid hardcoding port 8093 to allow multiple instances of Glyphhanger to run in parallel #27

Open jialiang opened 6 months ago

jialiang commented 6 months ago

Currently the Web Server is hard-coded to always use port 8093: https://github.com/zachleat/glyphhanger/blob/ef6485b1d84b55234dc13e493cb85676e37dae0b/src/WebServer.js#L8

Would be great if it can either:

My use case is to have multiple instances of Glyphhanger running in parallel to subset multiple font files.