UNPKG

@troopers/nexus-packages

Version:
29 lines (28 loc) 608 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IcolorY = exports.IcolorX = exports.Istyles = void 0; exports.Istyles = { cellWidth: "wrap", cellHeight: "wrap", valign: "middle", halign: "left", overflow: "linebreak", font: "helvetica", fontStyle: "normal", fontSize: 12, cellPadding: 2, fillColor: [200, 200, 200], textColor: [0, 0, 0], lineColor: [0, 0, 0], lineWidth: 0.4, }; exports.IcolorX = { red: 200, green: 400, yellow: 100, }; exports.IcolorY = { red: 200, green: 400, yellow: 200, };