Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 464 Bytes

File metadata and controls

41 lines (26 loc) · 464 Bytes

Sight

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

Preview

Features

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

Project Setup

Install

npm install

Development

npm run dev

Build

# For Windows
$ npm run build:win

# For MacOS
$ npm run build:mac

# For Linux
$ npm run build:linux

License

GNU GPL v3 - see LICENSE