UNPKG

image-exporter

Version:

Easily download one or more DOM elements as images

7 lines 224 B
import { runCorsProxy } from "./run"; import { cleanUpCorsProxy } from "./cleanup"; export declare const corsProxy: { run: typeof runCorsProxy; cleanUp: typeof cleanUpCorsProxy; }; //# sourceMappingURL=index.d.ts.map