hex-argb-converter
Version:
You can convert hex color to argb number and convert argb number to hex color
31 lines (30 loc) • 769 B
JSON
{
"name": "hex-argb-converter",
"version": "0.0.1",
"description": "You can convert hex color to argb number and convert argb number to hex color",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alimortazavi-pr/hex-argb-converter.git"
},
"keywords": [
"color",
"convert",
"hex",
"argb",
"converter",
"javascript",
"typescript"
],
"author": "Ali Mortazavi",
"license": "ISC",
"bugs": {
"url": "https://github.com/alimortazavi-pr/hex-argb-converter/issues"
},
"homepage": "https://github.com/alimortazavi-pr/hex-argb-converter#readme"
}