GlaceJS Image plugin
Provides steps for GlaceJS framework to process images and screenshots.
Features
- Image capture via selenium
- Image capture via html2canvas
- Image capture via system screenshot
- Images comparision mechanism via pixelmatch
- Search image inside image via own pixel-by-pixel algorithm
How to install
npm i glace-image
How to use
var glaceImage = require("glace-image");
glaceImage.Steps;
glaceImage.config;
If plugin is used as a part of GlaceJS
it will be loaded automatically.
API
Test examples
See integration tests in order to explore examples.