Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecomfe/fonteditor
在线字体编辑器
https://github.com/ecomfe/fonteditor
Last synced: 20 days ago
JSON representation
在线字体编辑器
- Host: GitHub
- URL: https://github.com/ecomfe/fonteditor
- Owner: ecomfe
- License: mit
- Created: 2014-12-22T08:03:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T10:51:13.000Z (5 months ago)
- Last Synced: 2024-10-01T19:11:39.191Z (about 1 month ago)
- Language: JavaScript
- Size: 6.36 MB
- Stars: 1,366
- Watchers: 53
- Forks: 365
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typography - fonteditor - Web-based TTF font editor, live at [fontstore.baidu.com](http://fontstore.baidu.com/static/editor/index-en.html). (Tools with GUI / Free)
README
Fonteditor Online Font Editor
==========[English](./README.md) | [中文](./README.zh-CN.md)
Use `Fonteditor` to edit, transform, preview fonts.
Support ttf, woff, woff2, otf, svg font, eot import and edit online.
[English Version](https://kekee000.github.io/fonteditor/index-en.html)
![Fonteditor](./fonteditor.jpg)
### Dev:
```
npm install && npm run dev
```* Main entry template is `index.tpl`, using `index.tpl` to generate `index.html` and `index-en.html`.
* Jszip 3.0 api has changed, currently use lower version of jszip.### Build:
```
npm run build
```### Test:
```
npm run test
```### Demo:
```
npm run demo
```### Relative
+ Fonteditor Core Lib: [fonteditor-core](https://github.com/kekee000/fonteditor-core)
+ fontmin: [fontmin](https://github.com/ecomfe/fontmin)