TypeScript definitions for ansi-diff-stream
Strip ANSI escape codes from a string
A module that diffs an input buffer with the previous one provided to it and outputs the diff as ANSI
A transform stream that diffs input buffers and outputs the diff as ANSI. If you pipe this to a terminal it will update the output with minimal changes.
Convert ansi escaped text streams to html.
User interface primitives for console applications
ANSI escape codes for styling strings in the terminal
Regular expression for matching ANSI escape codes
Wordwrap a string with ANSI escape codes
Colorized string diff ideal for text/code that spans through multiple lines
Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
Slice a string with ANSI escape codes
Check if a string has ANSI escape codes
Get and validate the raw body of a readable stream.
No description provided.
align-text with ANSI support for CLIs
ANSI escape codes for manipulating the terminal
Advanced ANSI formatting tool for Node.js
A tiny and fast text wrap library which takes ANSI escapes into account.
TypeScript definitions for diff-match-patch
TypeScript definitions for readable-stream
TypeScript definitions for has-ansi
An elegant lib that converts the chalked (ANSI) text to HTML. (Community)
TypeScript definitions for mute-stream