Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riccardoscalco/wiv
WIV is a Web Image Viewer.
https://github.com/riccardoscalco/wiv
browser image-view image-visualizer images svelte
Last synced: about 1 month ago
JSON representation
WIV is a Web Image Viewer.
- Host: GitHub
- URL: https://github.com/riccardoscalco/wiv
- Owner: riccardoscalco
- License: mit
- Created: 2020-06-27T09:22:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T06:02:01.000Z (over 4 years ago)
- Last Synced: 2024-10-18T02:57:18.420Z (3 months ago)
- Topics: browser, image-view, image-visualizer, images, svelte
- Language: HTML
- Homepage: https://wiv.vercel.app/
- Size: 1.73 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
**WIV** is a web image viewer. Display local images in your browser at https://wiv.vercel.app/.
Keyboard commands:
* `s` : select new images
* `c` : clear screen
* `t` : toggle image size
* `h` : show help## Get started
Install the dependencies...
```bash
npm install
```...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the `sirv` commands in package.json to include the option `--host 0.0.0.0`.
## Building and running in production mode
To create an optimised version of the app:
```bash
npm run build
```You can run the newly built app with `npm run start`.
---
*Wiv is a [Svelte](https://svelte.dev) app.*