textmode.overlay.js / OverlayPlugin
Variable: OverlayPlugin
ts
const OverlayPlugin: TextmodePlugin;Installs an isolated overlay controller on each textmode.js instance.
Example
ts
const t = textmode.create({ plugins: [OverlayPlugin] });
t.overlay.setTarget(document.querySelector('canvas'));