# fontmin-app **Repository Path**: mirrors_ecomfe/fontmin-app ## Basic Information - **Project Name**: fontmin-app - **Description**: fontmin as an OS X, Linux and Windows app - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README fontmin-app === _Fontmin_ 是第一个纯 JavaScript 实现的字体子集化方案,_Fontmin App_ 是它的客户端,提供了 _Mac OS X_、_Windows_ 平台下的发行版。 [下载 Fontmin App 发行版](https://github.com/ecomfe/fontmin-app/releases) Screenshot --- ![Fontmin App](https://cloud.githubusercontent.com/assets/157338/7086319/fee1246a-dfb1-11e4-9be7-b0e8dd007f59.png) Dev --- 如果你想参与 _Fontmin App_ 开发,可按照以下步骤配置开发环境。 切到开发分支,安装依赖: ```bash $ git checkout develop $ npm install $ bower install ``` 获取最新版 [_nw.js_](https://github.com/nwjs/nw.js/releases),并用其打开项目: ```bash $ path/to/nwjs . ``` _参考文档:[通过 nw.js 打开应用](https://github.com/nwjs/nw.js/wiki/How-to-run-apps)_ Related --- + [fontmin](https://github.com/ecomfe/fontmin) + [fonteditor](https://github.com/ecomfe/fonteditor) License --- MIT © [Baidu Inc.](./LICENSE)