An open API service indexing awesome lists of open source software.

https://github.com/fishjam-dev/browser-media-utils


https://github.com/fishjam-dev/browser-media-utils

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

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