google-image-downloader
v0.0.8
Published
Query google images and download images in original size.
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.jsor
ts-node example.ts