Your web font utility belt. It can subset web fonts. It can find unicode-ranges for you automatically. It makes julienne fries.
748
stars
21
forks
source link
Doesn't work with async child_process functions in Nodejs #23
Open
neurocmd opened 1 year ago
I'm trying to run glyphhanger console command with child_process
exec
function and it hangs and the process never ends. But withexecSync
it worksThis works
But this doesn't
Had to resort to
spawn
with these optionsMaybe it has something to do with Python libraries?