Allows thresholds lower than 0.01
Allows threshold to be 0
My use-case is for comparing a very long page, 0.01% difference is actually quite significant. I also require passing largeImageThreshold to Resemble.js
This fix allows me to see even the smallest differences on a large page.
Allows thresholds lower than 0.01 Allows threshold to be 0
My use-case is for comparing a very long page, 0.01% difference is actually quite significant. I also require passing
largeImageThreshold
to Resemble.js This fix allows me to see even the smallest differences on a large page.