0.1.8 • Published 3 years ago

react-native-mlkit-pose-detection v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-mlkit-pose-detection

MLKit Pose Detection (currently iOS only)

Supports

  • Regular videos (from file system) via react-native-native-video (by me!)
  • Live videos via Frame processor plugins of react-native-vision-camera (by @mrousavy)

Installation

npm install react-native-mlkit-pose-detection

For Vision Camera to work, you must add the babel plugin

module.exports = {
  plugins: [
    [
      'react-native-reanimated/plugin',
      {
        globals: ['__SKRNMLKitPoseDetectionVisionCameraFrameProcessorPlugin'],
      },
    ],

Usage

TODO: DO THIS (See example for now)

import { multiply } from "react-native-mlkit-pose-detection";

// ...

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

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago