Skip to main content
Module

x/tui/src/canvas.ts>Canvas#renderFrame

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
method Canvas.prototype.renderFrame
import { Canvas } from "https://deno.land/x/tui@1.3.4/src/canvas.ts";

Checks for individual row and column changes in canvas, then renders just the changes. In the way yield and emit proper events.

Parameters

frame: string[][]