Browse Source

update README.md

pull/8/head
Roman Bruckner 11 years ago
parent
commit
84a927c4d4
  1. 1
      README.md

1
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(){}
}
*/

Loading…
Cancel
Save