# fonteditor **Repository Path**: alvinTao/fonteditor ## Basic Information - **Project Name**: fonteditor - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-02-18 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)