0.1.0 • Published 8 years ago

asciicast-read-stream v0.1.0

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

asciicast-read-stream

Read an Asciicast as a stream of frames.

npm version build status ISC-licensed chat on gitter

Installing

npm install asciicast-read-stream

Usage

const read = require('.')

read(someAsciicast)
.on('meta', console.log)
.on('data', console.log)
.on('error', console.error)

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.