UNPKG

ddg-bulk-image-downloader

Version:

Lazy way to download images from Duck Duck Go search results in bulk

4 lines (3 loc) 179 B
import { Options } from "./types"; declare function downloadImages({ query, limit, filter, imageOptions, outputPath, debug, }: Options): Promise<void>; export { downloadImages };