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

9 lines (6 loc) 165 B
// Tests import { hexString } from './string'; // Check Block export function validHEXValues() { describe('Value passed is a valid HEX color', hexString); }