UNPKG

ddg-bulk-image-downloader

Version:

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

3 lines (2 loc) 109 B
declare const downloadImage: (url: string, filePath: string) => Promise<void>; export default downloadImage;