An open API service indexing awesome lists of open source software.

https://github.com/commenthol/imgviewer

A simple image viewer for local photos to display in a browser.
https://github.com/commenthol/imgviewer

Last synced: 15 days ago
JSON representation

A simple image viewer for local photos to display in a browser.

Awesome Lists containing this project

README

          

# imgviewer

A simple image viewer for local photos to display in a browser.

## usage

1. Copy all `index*.*` files into the directory of your images.

2. Run the bash script from a terminal `bash index-files.sh`
This creates the file `index-files.js`...

3. Open `index.html` in a browser.

4. Navigate with space or

## supported keyevents

| key | meaning |
| :-------------------------------: | -------------------------- |
| space or | next image |
| | previous image |
| ctrl | next 10th image |
| ctrl | previous 10th image |
| r | random mode for next image |
| f | fullscreen |
| i | show image info |
| q or esc | hide image |

## license

[Unlicense](https://unlicense.org/)