ngx-color-converter
Version:
Convert your color value to different variants. Color is the aspect of things that is caused by differing qualities of light being reflected or emitted by them.
81 lines • 1.79 kB
JSON
{
"name": "ngx-color-converter",
"author": {
"name": "Manojkumar Muthukumar",
"email": "manoj1010196@gmail.com"
},
"description": "Convert your color value to different variants. Color is the aspect of things that is caused by differing qualities of light being reflected or emitted by them.",
"version": "3.0.17",
"peerDependencies": {
"@angular/common": "^17.3.12",
"@angular/core": "^17.3.12"
},
"dependencies": {
"tslib": "^2.3.0"
},
"homepage": "https://www.beforepost.com/package/ngx/ngx-color-converter",
"icon": "https://icon.beforepost.com/EYK7RBDV-3E93PTQN-LSO3EATX.svg",
"repository": {
"type": "git",
"url": "https://github.com/manoj10101996/ngx-packages.git"
},
"keywords": [
"angular",
"ngx",
"color",
"rgb",
"red",
"green",
"blue",
"cyan",
"magenta",
"yellow",
"black",
"hue",
"saturation",
"lightness",
"blackness",
"rgba",
"hex",
"ngx-color-converter",
"color-converter",
"ncol",
"hsl",
"cymk",
"hsla",
"hslToRgb",
"hueToRgb",
"hwbToRgb",
"cmykToRgb",
"ncolToRgb",
"hueToNcol",
"ncsToRgb",
"rgbToHsl",
"rgbToHwb",
"rgbToCmyk",
"manoj10101996",
"uiconfig",
"colord",
"colors",
"color",
"colour",
"color-wheel",
"picker",
"color-picker"
],
"license": "MIT",
"sideEffects": false,
"module": "fesm2022/ngx-color-converter.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-color-converter.mjs",
"esm": "./esm2022/ngx-color-converter.mjs",
"default": "./fesm2022/ngx-color-converter.mjs"
}
}
}