This is programm written for Linux X11 desktop environment.
Currently supports only Chinese language.
You can find compiled .deb package in releases page.
In order to use the programm xdotool package should be installed: sudo apt install xdotool
Programm written by using tauri framework https://tauri.app/
Program based on script from https://github.com/ChenYuHo/handwriting.js
To recognize handwritten pattern program uses Google API.
You can change language of recognition by editing this line language: 'zh-CN',
in /src/main.ts file.
In order to run from code or compile the programm: You need to install Node.js 18 or newer version and Rust as well.
Install Node.js dependencies: npm install
Run program in development environment: npm run tauri dev
Compile the programm: npm run tauri build