Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tui/src/components/frame.ts>FrameUnicodeCharacters

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
variable FrameUnicodeCharacters
import { FrameUnicodeCharacters } from "https://deno.land/x/tui@2.0.0/src/components/frame.ts";

type

{ sharp: { topLeft: string; topRight: string; bottomLeft: string; bottomRight: string; horizontal: string; vertical: string; }; rounded: { topLeft: string; topRight: string; bottomLeft: string; bottomRight: string; horizontal: string; vertical: string; }; }