UNPKG

image-exporter

Version:

Easily download one or more DOM elements as images

8 lines (6 loc) 165 B
import { runCorsProxy } from "./run"; import { cleanUpCorsProxy } from "./cleanup"; export const corsProxy = { run: runCorsProxy, cleanUp: cleanUpCorsProxy, };