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

https://github.com/biomathcode/react-mediapipe


https://github.com/biomathcode/react-mediapipe

Last synced: 13 days ago
JSON representation

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