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

x/indent_and_wrap/private/deps.ts

Finds and replaces common indent, hard-wraps text, generates text tables and table-based complex text layouts. Can work on text that contains terminal escape sequences.
Latest
import * as indentAndWrap from "https://deno.land/x/indent_and_wrap@v0.0.17/private/deps.ts";

Functions

Set background color using 24bit rgb. color can be a number in range 0x000000 to 0xffffff or an Rgb.

Set text color using 24bit rgb. color can be a number in range 0x000000 to 0xffffff or an Rgb.