Package Exports
- google-image-downloader
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (google-image-downloader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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