ipfs-image-web-upload
Simple uploader/downloader for images stored on ipfs.
Allows to upload pictures from html <input type='file' ...>
and use them in <img src='...'>
tag.
Usage
To upload image from file input:
var uploader = ;var file_input = document;var hash = await uploader;
To set image to html img element:
var img_tag = document;uploader;