monowind 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -111,6 +111,11 @@ registerBorderGlyphs("stars", { solid: { tl: "✧", tr: "✧", bl: "✧", br: "
111
111
  }
112
112
  ```
113
113
 
114
+ Borders, blocks, and scrollbars tile in any font: where a font draws
115
+ its box-drawing or block glyphs shorter than the row (Menlo and SF
116
+ Mono do, and any font under a taller `leading-*`), the grid fits them
117
+ to it, so rows never show a seam.
118
+
114
119
  ## Companion packages
115
120
 
116
121
  The core is self-contained; these are optional:
@@ -121,6 +126,8 @@ The core is self-contained; these are optional:
121
126
  border characters
122
127
  - [`@monowind/ascii`](https://www.npmjs.com/package/@monowind/ascii) —
123
128
  `<mono-ascii>` FIGlet banner text with gradient/metal effects
129
+ - [`@monowind/qr-code`](https://www.npmjs.com/package/@monowind/qr-code) —
130
+ `<mono-qr>` scannable QR codes, packed into the grid's cells
124
131
  - [`@monowind/vite`](https://www.npmjs.com/package/@monowind/vite) —
125
132
  zero-config Vite plugin, Tailwind included
126
133