fontmin icon indicating copy to clipboard operation
fontmin copied to clipboard

TypeError: codePoint is not a function

Open peacess opened this issue 5 months ago • 1 comments

环境: 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); } });

peacess avatar Jul 25 '25 02:07 peacess

测了一下 Helvetica.ttf 没发现问题,能不能提供详细 case

kekee000 avatar Aug 13 '25 07:08 kekee000