delay-stream

0.0.3 • Public • Published

delay-stream

delay chunks through a stream.

see also slow-stream

Example

delay chunks by 100 ms

var delay = require('delay-stream')
 
streamA.pipe(delay(100)).pipe(streamB)

that is all.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    41
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    41
  • 0.0.1
    0
  • 0.0.0
    1

Package Sidebar

Install

npm i delay-stream

Weekly Downloads

17

Version

0.0.3

License

MIT

Last publish

Collaborators

  • nopersonsmodules