Classic light-mode image viewer for macOS.
Key | Function |
---|---|
J, β+N, β+β | Next Image |
K, β+P, β+β | Previous Image |
+ | Zoom In |
- | Zoom Out |
0 | Reset Zoom |
β β β β | Pan |
Fn+Delete | Move to Trash |
H, β+G | Toggle Grid View |
Mouse | Function |
---|---|
Drag | Pan |
Wheel | Zoom in/out |
Double click | Reset zoom |
You will need to have Node.js and Git installed.
# 1. Clone this repo.
git clone https://github.com/sprout2000/photon-image-viewer.git
# 2. Install dependencies.
cd photon-image-viewer
npm install
# 3. Build the app and create an installer.
npm run build && npm run package
And then, you will find the installer in the release
directory.
Copyright (c) 2024 sprout2000