ansi-output
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

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

Package Sidebar

Install

npm i ansi-output

Weekly Downloads

3,294

Version

0.0.9

License

MIT

Unpacked Size

81.1 kB

Total Files

5

Last publish

Collaborators

  • softwarenerd