image-exporter
Version:
Easily download one or more DOM elements as images
9 lines • 408 B
TypeScript
import { Config } from "../types";
/**
* runCorsProxy
*
* Proxies all images inside capture elements, as well as all linked CSS files and the absolute URLs inside them.
* Upon completion of capture, these will be reverted to their original state.
*/
export declare function runCorsProxy(config: Config, elements: HTMLElement[] | NodeListOf<HTMLElement>): Promise<void>;
//# sourceMappingURL=run.d.ts.map