UNPKG

ngx-input-color

Version:

Angular color input component and color picker (with HSL, HSV, RGB, CMYK, HEX, alpha, eye-dropper, etc)

52 lines 1.24 kB
{ "name": "ngx-input-color", "version": "5.0.0", "description": "Angular color input component and color picker (with HSL, HSV, RGB, CMYK, HEX, alpha, eye-dropper, etc)", "author": "Mohammadreza Samani <mr.samani1368@gmail.com>", "license": "MIT", "homepage": "https://mr-samani.github.io/ngx-input-color/", "repository": { "type": "git", "url": "git+https://github.com/mr-samani/ngx-input-color.git" }, "bugs": { "url": "https://github.com/mr-samani/ngx-input-color/issues" }, "keywords": [ "angular", "color", "color-picker", "input", "ngx", "hsl", "hsv", "rgb", "cmyk", "hex", "alpha", "eye-dropper" ], "peerDependencies": { "@angular/common": ">=18.0.0", "@angular/core": ">=18.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/ngx-input-color.mjs", "fesm2022": "fesm2022/ngx-input-color.mjs", "typings": "types/ngx-input-color.d.ts", "exports": { ".": { "types": "./types/ngx-input-color.d.ts", "default": "./fesm2022/ngx-input-color.mjs" }, "./package.json": { "default": "./package.json" } }, "publishConfig": { "access": "public" } }