Built with Tauri, Svelte, Vite, and Tailwind CSS.
View of the window when an image is hovered, showing a zoom slider, a URL input and a upload from disk options
The theme mode can be changed by hovering and clicking on the peeking button on the bottom right corner.
- Install Tauri's prerequisites
- Install the npm packages using
npm i
- Run in developer mode
npx tauri dev
or build the bundle usingnpx tauri build
.
Windows Defender and VirusTotal will flag the (.msi
) bundle and its installation file as a threat containing inter alia a Trojan Trojan:Script/Wacatac.B!ml
. The issue is tracked in tauri-apps/tauri#2486 on Tauri's repository.