UNPKG

pdf2pic

Version:

A utility for converting pdf to image and base64 format.

6 lines (5 loc) 108 B
export declare type ToBase64Response = { base64?: string; size?: string; page?: number; };