Skip to content

holepunchto/bare-ansi-escapes

Repository files navigation

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

About

Parse and produce ANSI escape sequences

Resources

License

Stars

Watchers

Forks