pixtest

0.0.2 • Public • Published

pixtest

tag build

A library to compare and test images through image differential.

Installation

npm install pixtest

Usage

const { pixtest } = require('pixtest');
const diff = pixtest({
  test: 'testcase-1.jpg',
  dir: `${__dirname}/imagediff`,
  candidate: 'testcase-1-newversion.jpg'
});

Readme

Keywords

none

Package Sidebar

Install

npm i pixtest

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

11.5 kB

Total Files

18

Last publish

Collaborators

  • rbuas