VID (Visual Image Diff) is a tool to spot differences in images where our eyes can't.
Or y'know, Find the Difference puzzles hacks.
| html | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| index.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
VID
VID (Visual Image Diff) is a tool to spot differences in images where our eyes can't. Or y'know, Find the Difference puzzles hacks.
Run
# npm
npm install && node .
# yarn
yarn && node .