ecomfe / fontmin

Minify font seamlessly
http://ecomfe.github.io/fontmin
MIT License
5.77k stars 315 forks source link

react项目中引入fontmin 编译报错 #119

Open coderi521 opened 2 months ago

coderi521 commented 2 months ago

D-Chat_20240814201604

coderi521 commented 2 months ago

![Uploading img.png…]()

kekee000 commented 1 month ago

看着像 Node 版本不兼容, 请提供 Node 版本和系统环境,以及报错详情和复现方法,多谢。

yangyu521 commented 2 weeks ago

node版本 14.19.3 可以随便使用vue或者react创建一个demo,引入fontmin就会报错,猜测原因是fontmin中还有一些依赖中用到了fs(node下的api),所以想确定下fontmin是不支持浏览器环境下裁剪嘛,我现在是想在浏览器环境下,生成ttf、woff、woff2的裁剪文件,目前卡在依赖报错上了。 示例: const Fontmin = require("fontmin"); export function minifyFont() { return new Fontmin() } // 报错

kekee000 commented 2 weeks ago

fontmin 不支持 浏览器环境,可以使用 fonteditor-core 模块,支持 ttf 裁剪,具体示例参考 test case。

yangyu521 commented 5 days ago

好的,感谢啦~

------------------ 原始邮件 ------------------ 发件人: "ecomfe/fontmin" @.>; 发送时间: 2024年10月21日(星期一) 中午11:36 @.>; @.**@.>; 主题: Re: [ecomfe/fontmin] react项目中引入fontmin 编译报错 (Issue #119)

fontmin 不支持 浏览器环境,可以使用 fonteditor-core 模块,支持 ttf 裁剪,具体示例参考 test case。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>