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

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.

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.