UNPKG

@iqx-limited/quick-pdf

Version:

Converting PDFs to images (📃 to 📸)

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