Refining the image viewing experience. Focussing on what matters most. The image in front of you.
Designed to create a space free from boundaries and sharp edges, tailored to the pleasure of looking at an image and only the image. Swapping buttons for shortcuts. The only thing that can be seen is the only thing that is important, the image.
- Zooming In
- Panning
- Fullscreen
Shortcut | Behaviour |
---|---|
Ctrl + H | Help modal |
Ctrl + J | About modal |
Ctrl + O | Open new Image |
Ctrl + X | Close program |
F | Enter and Exit fullscreen |
Esc | Exit fullscreen |
Z | Zoom in and out |
Double Click | Zoom in |
Minimal Image Viewer has been built in Electron. Currently the main
branch can be used for forking and working on. All necessary code can be found in the App
folder.
Please check Contributing.md first before opening a pull request.
How to run locally
- Clone the repository
git clone https://github.com/hayhaydz/MIV.git
- Install project dependencies
yarn
- Start the application
yarn run start