https://github.com/ecomfe/fontmin-app
fontmin as an OS X, Linux and Windows app
https://github.com/ecomfe/fontmin-app
Last synced: 11 months ago
JSON representation
fontmin as an OS X, Linux and Windows app
- Host: GitHub
- URL: https://github.com/ecomfe/fontmin-app
- Owner: ecomfe
- License: mit
- Created: 2015-03-31T09:44:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T16:41:39.000Z (over 10 years ago)
- Last Synced: 2025-05-24T08:35:42.941Z (about 1 year ago)
- Language: HTML
- Homepage: http://ecomfe.github.io/fontmin
- Size: 682 KB
- Stars: 699
- Watchers: 25
- Forks: 59
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fontmin-app
===
_Fontmin_ 是第一个纯 JavaScript 实现的字体子集化方案,_Fontmin App_ 是它的客户端,提供了 _Mac OS X_、_Windows_ 平台下的发行版。
[下载 Fontmin App 发行版](https://github.com/ecomfe/fontmin-app/releases)
Screenshot
---

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)