visual-box
Version:
Draw a box on the re-rendering component.
8 lines • 310 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Colors = void 0;
var Colors = function () {
return "rgba(" + Math.random() * 255 + ", " + Math.random() * 255 + ", " + Math.random() * 255 + ", .7)";
};
exports.Colors = Colors;
//# sourceMappingURL=color-generator.js.map