textmode.js / converters
converters
Contains all converters that can be added to a rendering pipeline to shape the textmode output.
Classes
Class | Description |
---|---|
TextmodeBrightnessConverter | Converter that maps brightness values from a source texture to ASCII characters. |
TextmodeConverter | Base class for all textmode converters. |
TextmodeFeatureConverter | Abstract base class for all feature-based textmode converters like 'brightness' . |