tiny-text-stream

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tiny-text-stream

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • jekrb