textmode.js / media / TextmodeVideo / conversions
Method: conversions()
ts
conversions(steps): this;Set an ordered conversion stack for this source.
Parameters
| Parameter | Type | Description |
|---|---|---|
steps | TextmodeConversionStep[] | Ordered conversion passes to apply when this source is drawn. |
Returns
this
This instance for chaining.