I try run glyphhanger in node like this
const cp = require('child_process')
cp.exec('glyphhanger --version')
cp.exec('glyphhanger --subset="*.ttf"')
It's not working and process never ends. Empirically, I found a place where this happens - here. We waiting for input but it doesn't happen. Can you help me?
I try run glyphhanger in node like this
It's not working and process never ends. Empirically, I found a place where this happens - here. We waiting for input but it doesn't happen. Can you help me?