Package detail

ansi-output

softwarenerd14kMIT0.0.9

ANSI escape sequence processing

ANSI, escape, escape sequence, ANSI escape sequence

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);