2.0.0 • Published 8 months ago

shankar-img-uploader v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Typing SVG

js dilvr

Instalation :

> npm i shankar-img-uploader
const { Imgur } = require('shankar-img-uploader');

(async () => {
  try {
    const result = await Imgur('https://example.com/image.jpg');
    console.log(result);
  } catch (error) {
    console.error(error.message);
  }
})();
2.0.0

8 months ago