VID/README.md
2023-10-02 16:13:28 -04:00

206 B

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 .