Desktop client for excalidraw using tauri wails, with custom font(中文字体).
- install wails;
- run
wails dev
in the project directory while developing(a dev server that runs on http://localhost:34115); - to build a redistributable, production mode package, use
wails build
.
In order to support handwritten chinese font, the font "Virgil.woff2" under frontend/public/excalidraw-assets
& frontend/public/excalidraw-assets-dev
is merged from origin "Virgil.woff2" and "XiaolaiSC-Regular.ttf" using fonttools.
fonttools merge Virgil.ttf XiaolaiSC-Regular.ttf
And the origin font is renamed as "Virgil.woff2.bak" in same folder.
- support import/export;