tiny-text-stream

stream tiny text


Keywords
tiny-text, stream
License
MIT
Install
npm install tiny-text-stream@1.0.1

Documentation

tiny-text-stream

build status

js-standard-style

streamable tiny-text

npm install tiny-text-stream -S

Usage

const tinytext = require('tiny-text-stream')

process.stdin
  .pipe(tinytext())
  .pipe(process.stdout)

API

const stream = leet()

stream.write('makes this stream ᵗᶦᶰʸ')
stream.end('end this ᵗᶦᶰʸ stream \n')
stream.pipe(<writeable stream>)
<readable stream>.pipe(stream)

License

MIT