https://github.com/biomathcode/react-mediapipe
https://github.com/biomathcode/react-mediapipe
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/biomathcode/react-mediapipe
- Owner: biomathcode
- Created: 2025-11-26T21:19:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-12-04T09:22:03.000Z (5 months ago)
- Last Synced: 2026-01-11T19:28:20.240Z (3 months ago)
- Language: JavaScript
- Size: 2.92 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Mediapipe
Use Google Mediapipe in react
# react-components-starter
A starter for creating a React component library.
## Development
- Install dependencies:
```bash
npm install
```
- Run the playground:
```bash
npm run play
```
- Run the unit tests:
```bash
npm run test
```
- Build the library:
```bash
npm run build
```