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.
Go to file
2023-10-02 16:14:39 -04:00
html diff site 2023-10-02 16:13:28 -04:00
src diff site 2023-10-02 16:13:28 -04:00
.env.example diff site 2023-10-02 16:13:28 -04:00
.gitignore gitignore 2023-10-02 16:14:02 -04:00
index.js remove api 2023-10-02 16:14:39 -04:00
LICENSE Initial commit 2023-09-30 23:03:26 +02:00
package.json diff site 2023-10-02 16:13:28 -04:00
README.md diff site 2023-10-02 16:13:28 -04:00
yarn.lock diff site 2023-10-02 16:13:28 -04:00

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 .