pixelmatch : The smallest and fastest pixel-level image comparison library.. You can installing pixelmatch npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install pixelmatch $ sudo npm install -g pixelmatch
If want to update the pixelmatch package execute the command as below,
$ sudo npm update pixelmatch
Update package globally,
$ npm install -g pixelmatch
$ sudo git clone https://github.com/rektide/pixelmatch.git
$ sudo npm install -g ./pixelmatch
pixelmatch@4.0.2 /usr/lib/node_modules/pixelmatch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pixelmatch
| Package Name | pixelmatch |
| Version | 4.0.2 |
| Description | The smallest and fastest pixel-level image comparison library. |
| Released Date | 2016-08-08T15:49:06.100Z |
| Published by | mourner |
| How to Learn | https://www.npmjs.com/package/pixelmatch/tutorial |