UNPKG

replace-multiple-color

Version:

Replace multiple color with another one pixel by pixel.

45 lines (44 loc) 1.04 kB
{ "name": "replace-multiple-color", "version": "1.0.0", "description": "Replace multiple color with another one pixel by pixel.", "keywords": [ "CIE76", "CIE94", "CIEDE2000", "color difference", "color replacement", "Delta E", "image processing", "pixel by pixel", "remove watermark", "watermark detection" ], "homepage": "https://github.com/if4lcon/replace-multiple-colors#readme", "bugs": "https://github.com/if4lcon/replace-multiple-colors/issues", "repository": "if4lcon/replace-multiple-colors", "license": "MIT", "author": "Vladyslav Turak <turakvlad@gmail.com>", "files": [ "src" ], "main": "index.js", "scripts": { "test": "standard && mocha" }, "dependencies": { "color-convert": "^1.9.3", "delta-e": "0.0.7", "hex-color-regex": "^1.1.0", "jimp": "^0.9.3" }, "devDependencies": { "mocha": "^5.2.0", "request": "^2.88.0", "request-promise": "^4.2.4", "standard": "^12.0.1" }, "engines": { "node": ">= 6" } }