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

Readme

Keywords

none

Package Sidebar

Install

npm i delay-stream

Weekly Downloads

15

Version

0.0.3

License

MIT

Last publish

Collaborators

  • nopersonsmodules