Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecomfe/fontmin-app
fontmin as an OS X, Linux and Windows app
https://github.com/ecomfe/fontmin-app
Last synced: 3 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 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T16:41:39.000Z (almost 9 years ago)
- Last Synced: 2024-06-27T08:36:02.019Z (4 months ago)
- Language: HTML
- Homepage: http://ecomfe.github.io/fontmin
- Size: 682 KB
- Stars: 670
- Watchers: 26
- 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
---![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)