bare-ansi-escapes

2.2.1 • Public • Published

bare-ansi-escapes

Parse and produce ANSI escape sequences.

npm i bare-ansi-escapes

Usage

const KeyDecoder = require('bare-ansi-escapes/key-decoder')

readableStream
  .pipe(new KeyDecoder())
  .on('data', (key) => console.log(key))

License

Apache-2.0

Readme

Keywords

none

Package Sidebar

Install

npm i bare-ansi-escapes

Weekly Downloads

130

Version

2.2.1

License

Apache-2.0

Unpacked Size

22.8 kB

Total Files

5

Last publish

Collaborators

  • mafintosh
  • kasperisager