odiff-bin
Version:
The fastest image difference tool in the world
23 lines (22 loc) • 459 B
JSON
{
"name": "odiff-bin",
"version": "3.2.1",
"author": "Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>",
"license": "MIT",
"description": "The fastest image difference tool in the world",
"scripts": {
"postinstall": "node ./post_install.js"
},
"bin": {
"odiff": "bin/odiff.exe"
},
"types": "odiff.d.ts",
"main": "odiff.js",
"keywords": [
"visual-regression",
"pixelmatch",
"image",
"comparison",
"diff"
]
}