tiny-text-stream
v1.0.1
Published
stream tiny text
Downloads
5
Readme
tiny-text-stream
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