Interface: PixelmatchOptions
Defined in: packages/uimatch-core/src/core/compare.ts:63
Options for pixelmatch comparison algorithm.
Properties
includeAA?
optional includeAA: boolean;
Defined in: packages/uimatch-core/src/core/compare.ts:74
Whether to skip anti-aliasing detection.
Default
false
threshold?
optional threshold: number;
Defined in: packages/uimatch-core/src/core/compare.ts:68
Matching threshold (0 to 1). Smaller = more sensitive.
Default
0.1