chromatism
Version:
A simple set of utility functions for colours.
31 lines (30 loc) • 521 B
JSON
{
"name": "chromatism",
"description": "A simple set of utility functions for colours.",
"main": "dist/chromatism.min.js",
"authors": [
"Toish <techpanda@digitalpanda.ca>"
],
"license": "ISC",
"keywords": [
"color",
"colour",
"utility",
"hue",
"chroma",
"CMYK",
"RGB",
"HSL"
],
"homepage": "https://github.com/toish/chromatism",
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}