Package Exports
- ansi-output
- ansi-output/dist/ansi-output.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ansi-output) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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);