0.2.0 • Published 2 years ago
react-native-vision-camera-pose-detection-v3 v0.2.0
react-native-vision-camera-pose-detection-v3
Frame processor plugin for detecting pose using Google ML Kit library for react-native-vision-camera with high performance.
Installation
npm install react-native-vision-camera-pose-detection-v3Usage
import { multiply } from 'react-native-vision-camera-pose-detection-v3';
// ...
const result = await multiply(3, 7);Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library