https://github.com/moebits/local-image-viewer
Local image viewer
https://github.com/moebits/local-image-viewer
image-viewer
Last synced: about 1 year ago
JSON representation
Local image viewer
- Host: GitHub
- URL: https://github.com/moebits/local-image-viewer
- Owner: Moebits
- License: other
- Created: 2023-05-29T08:53:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T23:52:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-29T16:50:35.812Z (about 1 year ago)
- Topics: image-viewer
- Language: TypeScript
- Homepage:
- Size: 5.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Local Image Viewer
A local image viewer.
Create a folder named "images" in the root directory of the project and add named folders containing images.
You don't have to restart the server in order for image changes to take effect.
To change the folder pass environmental variable FOLDER=foldername.
You can change the color of the site, resize the images, and add some effects (eg. brightness/contrast).
Instructions to start the webserver: \
`npm install` (only run the first time) \
`npm start`
