Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.