2 Star 1 Fork 0

Zgmgmm / Sarasa-Gothic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
checkenv.js 459 Bytes
一键复制 编辑 原始数据 按行查看 历史
be5invis 提交于 2019-10-22 19:27 . Use otf2ttf to handle outline conversion
"use strict";
const which = require("which");
const colors = require("colors/safe");
function check(util) {
try {
which.sync(util);
console.error(colors.green(`External dependency <${util}> is present.`));
} catch (e) {
console.error(colors.red(`External dependency <${util}> not found.`));
}
}
check("ttx");
check("otc2otf");
check("otf2otc");
check("otf2ttf");
check("otfccdump");
check("otfccbuild");
check("ttfautohint");
1
https://gitee.com/zgmgmm/Sarasa-Gothic.git
git@gitee.com:zgmgmm/Sarasa-Gothic.git
zgmgmm
Sarasa-Gothic
Sarasa-Gothic
master

搜索帮助