Skip to main content
Module

x/tui/src/components/view.ts>FakeCanvas

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
interface FakeCanvas
implements Canvas
import { type FakeCanvas } from "https://deno.land/x/tui@1.3.4/src/components/view.ts";

Interface describing object that disguises itself as {Canvas} and intercepts draw function and rectangle boundaries

Properties

canvas: Canvas
rectangle: Rectangle