google-image-downloader
v0.0.8
Published
Query google images and download images in original size.
Downloads
26
Maintainers
Readme
google-image-downloader
Query google images and download images in original size.
Usage
import { ImageDownloader } from '../lib/ImageDownloader';
const downloader = new ImageDownloader(__dirname)
downloader.downloadImages('big bang theory', 5)
Run the example
node example.js
or
ts-node example.ts