@visulima/ansi
Version:
ANSI escape codes for some terminal swag.
16 lines (12 loc) • 622 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
const IT2_AUTO = "auto";
const it2Cells = /* @__PURE__ */ __name((n) => n.toString(), "it2Cells");
const it2Pixels = /* @__PURE__ */ __name((n) => `${n}px`, "it2Pixels");
const it2Percent = /* @__PURE__ */ __name((n) => `${n}%`, "it2Percent");
exports.IT2_AUTO = IT2_AUTO;
exports.it2Cells = it2Cells;
exports.it2Percent = it2Percent;
exports.it2Pixels = it2Pixels;