How to use the multistream.call function in multistream

To help you get started, we’ve selected a few multistream examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github digidem / mosaic-image-stream / lib / pixel-multi-stream.js View on Github external
function PixelMultiStream (streams, height, opts) {
  if (!(this instanceof PixelMultiStream)) return new PixelMultiStream(streams, height, opts)
  this.height = height
  MultiStream.call(this, streams, opts)
}

multistream

A stream that emits multiple other streams one after another (streams3)

MIT
Latest version published 3 years ago

Package Health Score

71 / 100
Full package analysis