A library for upload images to imgur, no dependencies, no need jQuery, php.
npm i @carry0987/imgur -D
If you want to use your own clientID , you can change it on index.html
:
new Imgur({
clientid: '4409588f10776f7', //You can change this ClientID
callback: feedback
});