pixel-buffer-diff
Version:
Pbd (Pixel Buffer Diff) is a pixel buffer diff library designed for visual regression tests. Pbd is 8-10x faster than Pixelmatch and works as a drop-in replacement. Update your package.json, and import, to save significant time and money on your visual re
41 lines (40 loc) • 1.21 kB
JSON
{
"name": "pixel-buffer-diff",
"description": "Pbd (Pixel Buffer Diff) is a pixel buffer diff library designed for visual regression tests. Pbd is 8-10x faster than Pixelmatch and works as a drop-in replacement. Update your package.json, and import, to save significant time and money on your visual regression pipeline.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/p01/pixel-buffer-diff.git"
},
"homepage": "https://github.com/p01/pixel-buffer-diff#readme",
"author": "",
"bugs": {
"url": "https://github.com/p01/pixel-buffer-diff/issues"
},
"keywords": [
"image",
"comparison",
"diff",
"pixel buffer",
"visual regression",
"pixelmatch",
"ressemble"
],
"version": "1.4.0",
"scripts": {
"build": "tsc && echo 'terser ./dist/index.js -c -m --module -o ./dist/index.js'"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@types/pixelmatch": "*",
"@types/node": "^18.0.0",
"fast-png": "^6.1.0",
"fast-glob": "^3.2.12",
"jpeg-js": "^0.4.4",
"pixelmatch": "^5.3.0",
"prettier": "^2.8.0",
"terser": "^5.16.0",
"typescript": "4.9.3"
}
}