# 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
```
