@hexorialstudio/color-blinder
Version:
Color Blinder Simulate color blindness of the given valid color hex code
35 lines (34 loc) • 814 B
JSON
{
"name": "@hexorialstudio/color-blinder",
"version": "1.0.3",
"description": "Color Blinder Simulate color blindness of the given valid color hex code",
"main": "src/index.js",
"repository": "git@github.com:HexorialStudio/color-blinder.git",
"author": "Manthankumar Satani <satanimanthan@gmail.com> (https://hexorial.studio)",
"license": "MIT",
"private": false,
"scripts": {
"test": "node test"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"color",
"colour",
"blindness",
"simulation",
"hex",
"color simulation",
"colorsinspo",
"protanomaly",
"protanopia",
"deuteranomaly",
"deuteranopia",
"tritanomaly",
"tritanopia",
"achromatomaly",
"achromatopsia"
]
}