fontmin
fontmin copied to clipboard
TypeError: codePoint is not a function
环境: bun: 1.2.19 node: v22.16.0 ts: 5.8.3
运行代码: const fontmin = new Fontmin() .src('src/assets/Helvetica.ttf') .use(Fontmin.glyph({ text })) .dest('src/assets2');
fontmin.run((err, files) => { if (err) { console.error(err); } });
测了一下 Helvetica.ttf 没发现问题,能不能提供详细 case