┌─ TS ───────────────────────────────────────────────────────────────────────┐│ // Frame widths in monospace cells. Must stay in sync with --frame-cells ││ // and the 700px breakpoint in styles/global.scss. ││ ││ export const FRAME_W = 86; ││ ││ // 48 cells at 13px font ? 366px frame - fits any phone. ││ export const MOBILE_FRAME_W = 48; │└────────────────────────────────────────────────────────────────────────────────────┘
┌─ TS ─────────────────────────────────┐│ // Frame widths in monospace cells. Must sta ││ y in sync with --frame-cells ││ // and the 700px breakpoint in styles/global ││ .scss. ││ ││ export const FRAME_W = 86; ││ ││ // 48 cells at 13px font ? 366px frame - fit ││ s any phone. ││ export const MOBILE_FRAME_W = 48; │└──────────────────────────────────────────────┘