to-rgb
Version:
Converts to RGB.
19 lines (13 loc) • 498 B
JSON
{
"name": "to-rgb",
"version": "1.0.2",
"license": "GNU AGPLv3",
"author": "JDK <JDK.FHWS@gmail.com> (https://github.com/JDK-Delta)",
"keywords": [ "To" , "Convert" , "Conversion" , "RGB" , "Hex" , "HSL" , "Color" ],
"engines": { "node": ">=10" },
"main": "source/Module.js",
"files": [ "source/*" ],
"repository": "github:OmegaTools/toRGB",
"bugs": { "url": "https://github.com/OmegaTools/toRGB/issues" },
"homepage": "https://github.com/OmegaTools"
}