web-diff

1.0.0 • Public • Published

🔍 web-diff

Visually diff web pages

Why

  • Handy tool to check if two URLs are rendering the same exact page
  • Quickly identify subtle differences

🚀 Install

$ npm install -g web-diff

npx

$ npx web-diff ...

🔰 Usage

$ web-diff <URL A> <URL B>

eg. See how many pixels are different between Google and Google Images

$ web-diff http://google.com https://images.google.com

💾 Save images

eg. Save files googleDiff.A.png, googleDiff.B.png and googleDiff.diff.png

$ web-diff -o googleDiff http://google.com https://images.google.com

Package Sidebar

Install

npm i web-diff

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

5.94 kB

Total Files

6

Last publish

Collaborators

  • hirokiosame