https://github.com/johnib/image-viewer
Simple image viewer that allows to upload images to AWS S3.
https://github.com/johnib/image-viewer
Last synced: 9 months ago
JSON representation
Simple image viewer that allows to upload images to AWS S3.
- Host: GitHub
- URL: https://github.com/johnib/image-viewer
- Owner: johnib
- License: apache-2.0
- Created: 2016-04-16T08:56:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T19:17:30.000Z (almost 10 years ago)
- Last Synced: 2025-02-07T03:29:21.289Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-viewer
Simple image viewer that allows to upload images to AWS S3.
# install
Install dependencies:
```
npm install
```
Bundle:
```
webpack
```
Open `dist/index.html`.
# contributing
Feel free to contribute to this project and make it better, I'll respond quickly to pull requests.