UNPKG

huexjs

Version:

huexjs is a lightweight and efficient JavaScript library for seamless color conversions. Convert colors between HEX, RGB, HSL, CMYK, and more with ease. Designed for developers who need a reliable and fast solution for color transformations in web applica

49 lines (48 loc) 1.24 kB
{ "name": "huexjs", "version": "1.0.1", "description": "huexjs is a lightweight and efficient JavaScript library for seamless color conversions. Convert colors between HEX, RGB, HSL, CMYK, and more with ease. Designed for developers who need a reliable and fast solution for color transformations in web applications.", "main": "./dist/huexjs.umd.js", "module": "./dist/huexjs.es.js", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@types/node": "^22.13.17", "typescript": "^5.8.2", "vite": "^6.2.4" }, "keywords": [ "color", "converter", "hex", "rgb", "hsl", "hsv", "cmyk", "color-conversion", "typescript", "javascript", "color-utils", "color-library", "web-development", "frontend", "design", "graphics" ], "author": "Shiv Baran Singh <spyshiv@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/spyshiv/huexjs.git" }, "bugs": { "url": "https://github.com/spyshiv/huexjs/issues" }, "homepage": "https://github.com/spyshiv/huexjs#readme" }