# 字体提取器 **Repository Path**: zero_zzqy/font-extractor ## Basic Information - **Project Name**: 字体提取器 - **Description**: 使用百度的 FontMin 提取字体 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-07-07 - **Last Updated**: 2021-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 字体提取使用方法 先进去目录里面安装 ```bash cd font-transform yarn install ``` 1. 把需要提取的字体放到 `fonts` 目录下 2. 在根目录下新建一个 `text.txt` 文件,把内容写在里面 3. 执行 `node index.js` 完成后会把字体提取在 `output` 目录下 结果可以在[百度字体编辑器](http://fontstore.baidu.com/)上验证