UNPKG

media-stream-library

Version:

Media stream library for Node & the Web.

8 lines (7 loc) 329 B
import * as components from './components/index.browser'; import * as pipelines from './pipelines/index.browser'; import * as utils from './utils/index.browser'; export { components, pipelines, utils }; export * from './components/index.browser'; export * from './pipelines/index.browser'; export * from './utils/index.browser';