UNPKG

image-exporter

Version:

Easily download one or more DOM elements as images

9 lines 347 B
import { Config } from "../types"; /** * proxyCSS * * Proxies all linked CSS files and the absolute URLs inside them, including fonts and images. * Upon completion of capture, the links will be restored and the style elements removed. */ export declare function proxyCSS(config: Config): Promise<void>; //# sourceMappingURL=proxy-css.d.ts.map