A cross-platform image viewer. (Vite+Vue3+Electron+Typescript)
Features:
- Select image: Ctrl + Click
- Get image info: Hovering mouse over image
npm i
npm run app:dev
npm run app:preview
npm run app:build
- Add a break point in the main process
src/electron/main/main.ts
. - Open the
Run and Debug (Ctrl+Shift+D)
tool, and selectDebug Main Process
. Note: Before using the debug tool to debug the main process, you should run the preview scriptnpm run app:preview
first to build the Vue app.
GNU GPL v3 - see LICENSE