textmode.js / media / TextmodeVideo / conversions
Method: conversions()
ts
conversions(steps): this;Set an ordered conversion stack for this source.
Each step renders the same source with its own conversion mode and optional overrides. Later steps are drawn on top of earlier steps.
Parameters
| Parameter | Type | Description |
|---|---|---|
steps | TextmodeConversionStep[] | Ordered conversion passes to apply when this source is drawn. |
Returns
this
This instance for chaining.