@carry0987/imgur
v1.1.0
Published
A library for upload images to imgur, no dependencies
Downloads
86
Readme
Imgur-Upload
A library for upload images to imgur, no dependencies, no need jQuery, php.
Installation
npm i @carry0987/imgur -D
Usage
If you want to use your own clientID , you can change it here :
new Imgur({
clientid: '4409588f10776f7', //You can change this ClientID
callback: feedback
});