Skip to content

Commit 8d9e8af

Browse files
Update images.ts
1 parent a5df985 commit 8d9e8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

comparadise-utils/images.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { PNG } from 'pngjs';
33
import pixelmatch from 'pixelmatch';
44

55
const PIXELMATCH_OPTIONS = {
6-
alpha: 0.3, // defaults to 0.1
7-
threshold: 0.5, // defaults to 0.1
6+
alpha: 0.4, // defaults to 0.1
7+
threshold: 0.6, // defaults to 0.1
88
includeAA: false // defaults to true
99
};
1010

0 commit comments

Comments
 (0)