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.
41 lines (40 loc) • 1.08 kB
JSON
{
"name": "pantone-tcx",
"version": "2.2.4",
"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"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2"
}
}