6 Star 28 Fork 2

Gitee 极速下载/Sarasa-Gothic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/be5invis/Sarasa-Gothic
克隆/下载
check-env.mjs 262 Bytes
一键复制 编辑 原始数据 按行查看 历史
be5invis 提交于 8个月前 . Migrate to ESLint v9
import which from "which";
function check(util) {
try {
which.sync(util);
console.log(` * External dependency <${util}> is present.`);
} catch (e) {
console.error(` * External dependency <${util}> not found.`);
}
}
check("otc2otf");
check("otf2ttf");
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/Sarasa-Gothic.git
git@gitee.com:mirrors/Sarasa-Gothic.git
mirrors
Sarasa-Gothic
Sarasa-Gothic
main

搜索帮助