From 84a927c4d47235e474db9e3457c7f5c68dc5b5f0 Mon Sep 17 00:00:00 2001 From: Roman Bruckner Date: Mon, 16 Sep 2013 11:00:33 +0100 Subject: [PATCH] update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70a0cc3..844596d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ var diff = resemble(file).compareTo(file2).ignoreColors().onComplete(function(da { misMatchPercentage : 100, // % isSameDimensions: true, // or false + dimensionDifference: { width: 0, height: -1 }, // defined if dimensions are not the same getImageDataUrl: function(){} } */