image-match

0.0.1 • Public • Published

Image-Match

Compare different images pixel by pixel.

Demo

http://geekplux.github.io/image-match

Installtion

$ npm install image-match

Usage

import the image-match.js to your HTML.

 
var similarity = imgMatch.compare(templateImg.src, matchImg.src, function (similarity) {
  console.log(similarity);
});
 

License

MIT © GeekPlux

Install

DownloadsWeekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • geekplux