UNPKG

@iqx-limited/quick-pdf

Version:

Converting PDFs to images (📃 to 📸)

4 lines (3 loc) • 237 B
export declare function getBuffer(input: string | URL | Buffer): Promise<Buffer>; export declare const fetchHtmlFromUrl: (url: string) => Promise<string>; export declare const readHtmlFromFilePath: (filePath: string) => Promise<string>;