UNPKG

hex2rgb

Version:

Converts hex color to rgb and calculates appropriate corresponding foreground.

38 lines (37 loc) 679 B
{ "name": "hex2rgb", "main": "hex2rgb.js", "version": "2.2.0", "homepage": "https://github.com/glnster/hex2rgb", "authors": [ "Glenn Cueto <glenncueto@gmail.com>" ], "description": "Converts hex color to rgb and calculates appropriate corresponding foreground.", "moduleType": [ "node" ], "keywords": [ "hex", "rgb", "yiq", "convert", "hex to rgb", "contrast", "foreground" ], "license": "MIT", "ignore": [ "**/.*", "coverage", "node_modules", "bower_components", "test", "tests", "example.png", "package.json", "Makefile", "LICENSE-MIT", "README.md", "index.js" ] }