Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/tui/src/canvas/mod.ts

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
import * as tui from "https://deno.land/x/tui@2.0.0/src/canvas/mod.ts";

Classes

DrawObject that's responsible for rendering rectangles (boxes).

Object, which stores data about currently rendered objects.

Base DrawObject which works as a skeleton for creating draw objects which actually do something

DrawObject that's responsible for rendering text.

Interfaces

Interface defining object that {Canvas}'s constructor can interpret

Type Aliases

Map that contains events that {Canvas} can dispatch

Type that describes position and size of TextObject