react-native-mlkit-pose-detection
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

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

Package Sidebar

Install

npm i react-native-mlkit-pose-detection

Weekly Downloads

9

Version

0.1.8

License

MIT

Unpacked Size

67 kB

Total Files

33

Last publish

Collaborators

  • switt