UNPKG

@iqx-limited/quick-pdf

Version:

Converting PDFs to images (📃 to 📸)

8 lines (7 loc) • 237 B
export type Options = { base64?: boolean; rules?: object; validation?: boolean; closeBrowser?: boolean; }; export declare const html2pdf: (input: string | URL, options?: Options) => Promise<string | Buffer<ArrayBuffer>>;