UNPKG

image-exporter

Version:

Easily download one or more DOM elements as images

10 lines 356 B
import { Config, Image } from "../types"; /** * downloadImages * * If one image is provided, it will be downloaded as a file. * * If multiple images are provided, they will be zipped and downloaded as a file. */ export declare function downloadImages(images: Image[], userConfig?: Config): Promise<void>; //# sourceMappingURL=download-images.d.ts.map