hex-alpha
Version:
A really simple package that enables you to specify an opacity for your HEX colours.
28 lines (27 loc) • 602 B
JSON
{
"name": "hex-alpha",
"author": "Nathan Simpson (https://nathansimpson.design)",
"description": "A really simple package that enables you to specify an opacity for your HEX colours.",
"version": "1.3.0",
"devDependencies": {
"jest": "^26.0.1"
},
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"color",
"colors",
"HEX",
"RGB",
"RGBA",
"convert"
],
"homepage": "https://github.com/nathsimpson/hex-alpha",
"bugs": {
"url": "https://github.com/nathsimpson/hex-alpha/issues"
},
"license": "MIT",
"scripts": {
"test": "jest"
}
}