UNPKG

pdf-visual-compare

Version:

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

9 lines (8 loc) 233 B
import type { Area, Color } from 'png-visual-compare'; export type ExcludedPageArea = { pageNumber: number; excludedAreas?: Area[]; excludedAreaColor?: Color; diffFilePath?: string; matchingThreshold?: number; };