Skip to content

Documentation / @ripl/terminal / BrailleRasterizerOptions

Interface: BrailleRasterizerOptions ​

Defined in: terminal/src/rasterizer.ts:58

Options for constructing a BrailleRasterizer.

Properties ​

PropertyTypeDescriptionDefined in
background?ColorRGBAThe color residual alpha is composited against when a cell resolves its color. A terminal's real background is unknowable, so this stands in for it. Defaults to opaque black.terminal/src/rasterizer.ts:63