color-js-util
Version:
颜色计算工具 16进制<->RGB 指定颜色分深浅段 按比例计算颜色深浅
22 lines (21 loc) • 491 B
JSON
{
"name": "color-js-util",
"version": "1.0.0",
"description": "颜色计算工具 16进制<->RGB 指定颜色分深浅段 按比例计算颜色深浅",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/guo-xinglin111/color-js-util"
},
"keywords": [
"颜色转换",
"颜色计算",
"Hex",
"RGB"
],
"author": "guoxingling",
"license": "ISC"
}