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