import * as tui from "https://deno.land/x/tui@2.1.11/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 |