Always on top
A tool can sticky to the top of window that support uploading image from local or pasting from clipboard.
Builded by Tauri and Svelte.
how to use
-
clone the repo
-
install the dependecies by
yarn
-
preview locally by
yarn tauri dev
-
release
yarn tauri build
If you use Mac, you can download the release build from release. If you want to build for Windows, you need to change the config in src-tauri/tauri.conf.json
, change the bundle: targets
to your target platform.
Recommended IDE Setup
VS Code + Svelte + Tauri + rust-analyzer.