@anzerr/color.util
Version:
Color transformation util between HSL, HSV, HUE and RGB
39 lines (38 loc) • 756 B
JSON
{
"name": "@anzerr/color.util",
"version": "1.0.13",
"description": "Color transformation util between HSL, HSV, HUE and RGB",
"keywords": [
"color",
"hsl",
"hsv",
"hue",
"nodejs",
"rgb",
"util"
],
"homepage": "https://github.com/anzerr/color.util#readme",
"bugs": {
"url": "https://github.com/anzerr/color.util/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:anzerr/color.util.git"
},
"license": "MIT",
"author": "anzerr",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node example.js"
},
"devDependencies": {
"@anzerr/fs.promisify": "^1.0.15",
"@anzerr/bmp.util": "^1.0.13",
"@anzerr/image.util": "^1.0.17"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {}
}