UNPKG

pdfjs-dist

Version:

Generic build of Mozilla's PDF.js library.

11 lines (10 loc) 364 B
/** * Used to manage paceholder <canvas> elements that, when right-clicked on, * are populated with the corresponding image extracted from the PDF page. */ export class TextLayerImages { static "__#private@#activeImage": null; constructor(minSize: any, coordinates: any, viewport: any, getPageCanvas: any); render(): HTMLDivElement; #private; }