UNPKG

react-pdf-selection

Version:

Library of React components needed for text and area selections in PDF documents.

3 lines (2 loc) 139 B
import { BoundingRect } from "../types"; export declare const getAreaAsPNG: (canvas: HTMLCanvasElement, position: BoundingRect) => string;