UNPKG

pdf-visual-compare

Version:

Visual regression testing library for PDFs in Js/Ts without binary and OS dependencies.

9 lines 274 B
import { Area, Color } from 'png-visual-compare'; export type ExcludedPageArea = { pageNumber: number; excludedAreas?: Area[]; excludedAreaColor?: Color; diffFilePath?: string; matchingThreshold?: number; }; //# sourceMappingURL=ExcludedPageArea.d.ts.map