UNPKG

visual-box

Version:

Draw a box on the re-rendering component.

8 lines 310 B
"use strict"; 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