Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bengreenier/react-user-media
A collection of hooks and components for easier access to getUserMedia, getDisplayMedia, and enumerateDevices in React.
https://github.com/bengreenier/react-user-media
javascript react typescript user-media
Last synced: about 2 months ago
JSON representation
A collection of hooks and components for easier access to getUserMedia, getDisplayMedia, and enumerateDevices in React.
- Host: GitHub
- URL: https://github.com/bengreenier/react-user-media
- Owner: bengreenier
- License: apache-2.0
- Created: 2024-08-30T02:22:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T17:22:50.000Z (4 months ago)
- Last Synced: 2024-10-14T07:49:07.362Z (3 months ago)
- Topics: javascript, react, typescript, user-media
- Language: TypeScript
- Homepage: https://bengreenier.github.io/react-user-media/
- Size: 714 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# react-user-media
[![CI/CD](https://github.com/bengreenier/react-user-media/actions/workflows/ci_cd.yml/badge.svg)](https://github.com/bengreenier/react-user-media/actions/workflows/ci_cd.yml)
![NPM Version](https://img.shields.io/npm/v/%40bengreenier%2Freact-user-media)
![NPM Downloads](https://img.shields.io/npm/dw/%40bengreenier%2Freact-user-media)A collection of hooks and components for easier access to [`getUserMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia), [`getDisplayMedia`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia), and [`enumerateDevices`](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) in [React](https://react.dev).
This repository is a monorepo, you're probably looking for one of it's child packages:
- [react-user-media](./packages/react-user-media/)
- [examples](./packages/examples/)## License
Dual-licensed under Apache 2.0 + MIT.