sprout2000 / photon-image-viewer

Classic light-mode image viewer for macOS

Repository from Github https://github.comsprout2000/photon-image-viewerRepository from Github https://github.comsprout2000/photon-image-viewer

Photon Image Viewer

Classic light-mode image viewer for macOS.

screenshot

πŸ“— Usage

⌨️ Keyboard Shortcuts

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 Operations

Mouse Function
Drag Pan
Wheel Zoom in/out
Double click Reset zoom

πŸ› οΈ How to build?

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

Copyright (c) 2024 sprout2000

About

Classic light-mode image viewer for macOS

License:MIT License


Languages

Language:TypeScript 75.6%Language:SCSS 23.6%Language:HTML 0.8%