An image viewer for minimalists.
- Pan & WheelZoom
- Fast
- Secure
- Memory-Friendly
- Auto Update (macOS)
API | Value |
---|---|
default-src (CSP) | self |
script-src (CSP) | self |
nodeIntegration | false |
enableRemoteModule | false |
contextIsolation | true |
safeDialogs | true |
sandbox | true |
bmp
(com.microsoft.bmp)ico
(com.microsoft.ico)gif
(com.compuserve.gif)jpg
(public.jpeg)png
(public.png)svg
(public.svg-image)webp
(com.google.webp)
$ git clone git@github.com:sprout2000/leafview.git
$ cd leafview
$ yarn install && yarn package
Note that you will need to have Node.js, Git and Yarn installed.
And you might also need to have some build tools (ex. Microsoft Build Tools, Xcode) installed.
You can download the latest version of LeafView from the releases page here:
https://github.com/sprout2000/leafview/releases
You can download the latest version of LeafView from Microsoft Store.
Key | Function | Platform |
---|---|---|
J | Next Image | - |
K | Previous Image | - |
+ | Zoom In | - |
- | Zoom Out | - |
0 | Reset Zoom | - |
← ↑ ↓ → | pan | - |
Command+Control+F | Toggle Fullscreen | macOS |
Command+Option+I | Toggle Developer Tools | macOS |
Alt | Show/Hide Menu Bar | Windows |
F11 | Toggle Fullscreen | Windows |
Ctrl+Alt+I | Toggle Developer Tools | Windows |
Mouse | Function |
---|---|
drag | pan |
double click | reset zoom |
wheel | zoom in/out |