We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5df985 commit 8d9e8afCopy full SHA for 8d9e8af
comparadise-utils/images.ts
@@ -3,8 +3,8 @@ import { PNG } from 'pngjs';
3
import pixelmatch from 'pixelmatch';
4
5
const PIXELMATCH_OPTIONS = {
6
- alpha: 0.3, // defaults to 0.1
7
- threshold: 0.5, // defaults to 0.1
+ alpha: 0.4, // defaults to 0.1
+ threshold: 0.6, // defaults to 0.1
8
includeAA: false // defaults to true
9
};
10
0 commit comments