rothko
Version:
what color is your landscape
34 lines (33 loc) • 546 B
JSON
{
"name": "colorchip",
"description": "color list and converted using chroma.js",
"main": "dist/colorchip.js",
"authors": [
"zeakd <stuzeakd@kaist.ac.kr>"
],
"license": "MIT",
"keywords": [
"color",
"convert",
"chroma",
"rgb",
"hsv",
"lch",
"lab",
"array",
"list"
],
"homepage": "https://github.com/zeakd/colorchip.js#readme",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}