Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)