async-fetch-json
v0.0.1
Published
Use the fetch API to asynchronously send and receive JSON data
Downloads
2
Readme
Ajax Imgur Upload
Dependencies
- jQuery
Usage
import AjaxImgurUpload from 'ajax-imgur-upload';
let callback = (data) => {
console.log('File data: ', data);
}
AjaxImgurUpload(fileData, imgurClientId, callbackAfter, callbackBefore, debugStatus);