image-exporter
Version:
Easily download one or more DOM elements as images
7 lines • 381 B
TypeScript
import { capture } from "./capture";
import { downloadImages } from "./capture/download-images";
/** Exports for use as an imported package */
export { capture, downloadImages };
/** Type exports */
export type { ImageOptions, Config, ParsedImageOptions, Image, Label, Format, Scale, Quality, IncludeScaleInLabel, LoggingLevel, } from "./types";
//# sourceMappingURL=index.d.ts.map