Minimalist image viewer based on Leaflet.js and Electron.
- Pan & Wheel Zoom
- Browse the images in a folder
- Grid view
- Available in 16 languages
- Auto update (only on macOS)
You can download the latest version of LeafView from the releases page here:
https://github.com/sprout2000/leafview/releases
Note: No code signing has been done except for the macOS version.
Key | Function |
---|---|
J, Ctrl+N, CmdOrCtrl+โ | Next Image |
K, Ctrl+P, CmdOrCtrl+โ | Previous Image |
+ | Zoom In |
- | Zoom Out |
0 | Reset Zoom |
โ โ โ โ | Pan |
Fn+Delete or Del | Move to Trash |
H, Ctrl+G | Toggle Grid View |
Ctrl+Shift+T | Toggle Menubar (Windows / Linux) |
Mouse | Function |
---|---|
Drag | Pan |
Wheel | Zoom in/out |
Double click | Reset zoom |
Right click | Show the context menu when available |
Language | Code |
---|---|
ุงููุบุฉ ุงูุนุฑุจูุฉ | ar |
ฤeลกtina | cs |
Deutsch | de |
English | en |
Espaรฑol | es |
Franรงais | fr |
Magyar | hu |
Italiano | it |
ๆฅๆฌ่ช | ja |
Polski | pl |
Portuguรชs | pt |
ะ ัััะบะธะน | ru |
Tรผrkรงe | tr |
ะฃะบัะฐัะฝััะบะฐ | uk |
็ฎไฝไธญๆ | zh_CN |
็นไฝไธญๆ | zh_TW |
You can easily contribute to this repository by providing translation files.
- Create
{your_LANG}.json
insrc/locales
.
src
โโโ @types
โโโ createMenu.ts
โโโ locales
+ โ โโโ cs.json
โ โโโ en.json
โ โโโ ja.json
โโโ main.ts
โโโ preload.ts
โโโ setLocales.ts
โโโ web
- And then please send a pull request to this repository.
Thanks go to these wonderful people ๐:
Copyright (c) 2020-2024 sprout2000