https://github.com/fishjam-dev/browser-media-utils
https://github.com/fishjam-dev/browser-media-utils
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fishjam-dev/browser-media-utils
- Owner: fishjam-dev
- Created: 2023-04-11T13:16:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T15:25:24.000Z (about 1 year ago)
- Last Synced: 2025-04-04T22:37:16.337Z (about 2 months ago)
- Language: TypeScript
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```