We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22638c0 commit 2b03b63Copy full SHA for 2b03b63
index.js
@@ -5,7 +5,7 @@ module.exports = pixelmatch;
5
const defaultOptions = {
6
threshold: 0.1, // matching threshold (0 to 1); smaller is more sensitive
7
includeAA: false, // whether to skip anti-aliasing detection
8
- alpha: 0.1, // opacity of original image in diff ouput
+ alpha: 0.1, // opacity of original image in diff output
9
aaColor: [255, 255, 0], // color of anti-aliased pixels in diff output
10
diffColor: [255, 0, 0], // color of different pixels in diff output
11
diffColorAlt: null, // whether to detect dark on light differences between img1 and img2 and set an alternative color to differentiate between the two
0 commit comments