pantone-tcx
Version:
Find the nearest Pantone TCX color by HEX, get similar colors within a specified range, and return details like name, TCX code, or HEX value.
35 lines (34 loc) • 898 B
JSON
{
"name": "pantone-tcx",
"version": "2.2.3",
"main": "dist/pantone-tcx.cjs",
"module": "dist/pantone-tcx.mjs",
"types": "types/types.d.ts",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/pedroduke/pantone-tcx.git"
},
"scripts": {
"build": "rollup -c"
},
"author": "Pedro Duque <pedroduque8@gmail.com>",
"description": "Find the nearest Pantone TCX color by HEX, get similar colors within a specified range, and return details like name, TCX code, or HEX value.",
"homepage": "https://github.com/pedroduke/pantone-tcx#readme",
"keywords": [
"Pantone",
"color",
"color_name",
"hex-to-pantone",
"nearest-pantone",
"pantone-tcx",
"hex-to-tcx",
"pantone-matching",
"color-matching",
"similar-colors",
"design-tools",
"color-library",
"color-utilities",
"hex-to-color"
]
}