get-online-img
v2.0.0
Published
π₯ Download an image by providing a URL and path in Node.js.
Downloads
2
Maintainers
Readme
get-online-img
π₯ Download an image by providing a URL and path in Node.js.
Install
npm install get-online-img
Usage
const downloadImg = require('get-online-img');
// Download an image.
downloadImg(url, dest);
downloadImg('https://imgur.com/download/MyRQSXR/Cat%20Like%20A%20Boss!', './boss.gif');
API
downloadImg(url, dest);
β― url
Type: string
Direct URL to download an image.
β― dest
Type: string
Default: ./image.jpg
Download an image to this given destination path with the name and extension at the end of it. E.g. ./image.gif
will download the a gif type image from the given url
to the root directory of where this script was run.
Changelog
β― Read the changelog here β
KEY: π¦ NEW
, π IMPROVE
, π FIX
, π DOC
, π RELEASE
, and β
TEST
I use Emoji-log, you should try it and simplify your git commits.
License & Conduct
- MIT Β© Ahmad Awais
- Code of Conduct
Connect
Sponsor
Me (Ahmad Awais) and my incredible wife (Maedah Batool) are two engineers who fell in love with open source and then with each other. You can read more about me here. If you or your company use any of my projects or like what Iβm doing then consider backing me. I'm in this for the long run. An open-source developer advocate.
- π $9.99/month (recommended) β― Two cups of CaffΓ¨ latte (coffee) every month β
- π $99.99 (one-time sponsor) β― Support an hour of open-source code β
- π° $49.99 (one-time sponsor) β― Support an hour of maintenance β
- βοΈ $9.99 (one-time sponsor) β― Lunch/coffee β
Or you can back me by checking out my super fun video course. As developers, we spend over 200 Hrs/month with our code editors β it's only fair to learn your next editor deeply. This course will save you 15-20 hours every month. Become a VSCode Power User β
VSCODE