UNPKG

jebcolors

Version:

npm module that contains colors, gradients and a class used to modify the colors or gradients

6 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rrggbbREGEX = exports.rgbREGEX = void 0; exports.rgbREGEX = /^#([0-9a-f]{1})([0-9a-f]{1})([0-9a-f]{1})$/i; exports.rrggbbREGEX = /^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i; //# sourceMappingURL=regex.js.map