UNPKG

@jellyfish-dev/browser-media-utils

Version:

Facilitates the use of getUserMedia and enumerateDevices.

22 lines (13 loc) 449 B
# Browser Media Utils It facilitates the use of `getUserMedia` and `enumerateDevices`. ## Installation You can install the library using `npm`: ```bash npm install https://github.com/jellyfish-dev/browser-media-utils ``` It was tested with `nodejs` version mentioned in `.tool-versions` file. ## Documentation Can be found [here](https://jellyfish-dev.github.io/browser-media-utils/) or you can generate it locally: ```bash npm run docs ```