pdf-visual-compare
Version:
Visual regression testing library for PDFs in Js/Ts without binary and OS dependencies.
9 lines • 356 B
TypeScript
import { PdfToPngOptions } from 'pdf-to-png-converter';
import { ExcludedPageArea } from './ExcludedPageArea.js';
export type ComparePdfOptions = {
diffsOutputFolder?: string;
pdfToPngConvertOptions?: PdfToPngOptions;
excludedAreas?: readonly ExcludedPageArea[];
compareThreshold?: number;
};
//# sourceMappingURL=ComparePdfOptions.d.ts.map