Uses Ubers Image Diff, CSV Parse and Google Chrome Headless.
Clone down the repo and run npm install
from the root. Then open up src/imageDiff.js
and modify the config options between the comments.
Also ensure that the path to Chrome in the package.json
file is correct.
To run, place a csv file in the root folder with the same name as in the config, and then run npm start:diff
.