ansi-output
v0.0.9
Published
ANSI escape sequence processing
Downloads
11,376
Maintainers
Readme
ansi-output
The ANSIOutput class is used to process text containing ANSI escape sequences into output that can be rendered an arbitrary way.
Usage:
import { ANSIOutput, ANSIOutputLine } from 'ansi-output';
const ansiOutput = new ANSIOutput();
ansiOutput.processOutput(output);