A cross-platform image viewer. (Vite+Vue3+Electron+Typescript)
Features:
- Select image: Ctrl + Click
- Get image info: Hovering mouse over image
npm inpm run app:devnpm run app:previewnpm 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:previewfirst to build the Vue app.
GNU GPL v3 - see LICENSE