UNPKG

color-fns

Version:

Modern JavaScript color utility library.

13 lines 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var utils_1 = require("./utils"); function randomCmyk() { return { cyan: utils_1.getRandomInt(0, 100), key: utils_1.getRandomInt(0, 100), magenta: utils_1.getRandomInt(0, 100), yellow: utils_1.getRandomInt(0, 100) }; } exports.randomCmyk = randomCmyk; //# sourceMappingURL=randomCmyk.js.map