MIV
MIV copied to clipboard
Minimal image viewer. Minimizing the unnecessary. Maximising the necessary. Putting only the image in front of you.
🎞️ Minimal Image Viewer // Making viewing images distraction-free.
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.
Minimal Features
- Zooming In
- Panning
- Fullscreen
View more screenshots
Helpful Shortcuts
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 |
Development
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