fontplayer
v0.0.0
一款開源的字體設計工具。
官網:https://www.font-player.com
在線體驗:https://toysmaker.github.io/fontplayer_demo/
桌面版下載:https://github.com/HiToysMaker/fontplayer/releases
首先安裝依賴:
npm run install
運行程序:
npm run dev
首先進行代碼打包:
npm run build:electron
然後啟動electron應用:
npm run electron:start
opentypes.js: https://github.com/opentypejs/opentype.js 字玩中字體文件解析生成模塊參考了opentype.js的設計,並使用了部分代碼
fitCurves: https://github.com/volkerp/fitCurves 字玩中擬合貝塞爾曲線模塊參照了這個開源項目,改寫為ts版
字玩中圖像處理部分使用了opencv.js,源碼放在lib文件夾下,未做修改,拷貝自opencv官網:https://docs.opencv.org/4.5.0/opencv.js 注:opencv項目使用Apache-2.0 license協議,協議副本包含在lib文件夾中。感謝opencv的開源:https://github.com/opencv/opencv