1.0.1 • Published 5 years ago

@image-twins/cli v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Image Twins CLI

Terminal image diff feature. CLI version of Image Twins

Install

$ npm install @image-twins/cli

Options

For reading help use this command

$ image-twins --help

If You want get version... Use this command

$ image-twins --version

actualUrl (url)

A string contains full url of testing page

actualImage (a, actual)

A string contains path to screenshot of testing page

originalImage (o, origin)

A string contains path to mockup

saveDiffTo (s, diff)

Optional: A path, where you want to save a diff

$ image-twins --url="https://www.google.com.ua/" --originalImage="../assets/original.png" --saveDiffTo="tmp/diff.png"