Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.08 KB

Sight

FOSSA Status

A cross-platform image viewer. (Vite+Vue3+Electron+Typescript)

Features:

  • Select image: Ctrl + Click
  • Get image info: Hovering mouse over image

Install packages

npm i

Run

dev mode

npm run app:dev

preview mode

npm run app:preview

build app

npm run app:build

debug main process

  1. Add a break point in the main process src/electron/main/main.ts.
  2. Open the Run and Debug (Ctrl+Shift+D) tool, and select Debug Main Process. Note: Before using the debug tool to debug the main process, you should run the preview script npm run app:preview first to build the Vue app.

License

GNU GPL v3 - see LICENSE

FOSSA Status