Documentation / @ripl/terminal / SerializeOptions
Interface: SerializeOptions ​
Defined in: terminal/src/rasterizer.ts:28
Options controlling how a rasterizer serializes its grid to a string.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
ansi? | boolean | When false, emit plain newline-separated braille text without ANSI color/cursor codes. Defaults to true. | terminal/src/rasterizer.ts:30 |