@jsvision/core / RenderOptions
Interface: RenderOptions
Defined in: render/serialize.ts:28
Options for serialize: the terminal capabilities plus an optional custom style encoder.
Properties
caps
readonlycaps:CapabilityProfile
Defined in: render/serialize.ts:30
Resolved terminal capabilities (color depth, glyph support, synchronized output).
encodeStyle?
readonlyoptionalencodeStyle?:StyleEncoder
Defined in: render/serialize.ts:32
Custom style encoder; defaults to the depth-aware defaultEncodeStyle.