UNPKG

pretty-easy-hex-to-rgb

Version:

Converts a hex color value to it's coresponding rgb value and returns it in an array like format of red, green, blue color values

5 lines 196 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var checkInput_1 = require("./checkInput"); exports.hexToRgb = checkInput_1.hexToRgb; //# sourceMappingURL=index.js.map