Skip to content

@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

readonly caps: CapabilityProfile

Defined in: render/serialize.ts:30

Resolved terminal capabilities (color depth, glyph support, synchronized output).


encodeStyle?

readonly optional encodeStyle?: StyleEncoder

Defined in: render/serialize.ts:32

Custom style encoder; defaults to the depth-aware defaultEncodeStyle.