Skip to content

Commit fa67ea4

Browse files
authored
Update README.md
1 parent a650495 commit fa67ea4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# react-native-mediapipe-posedetection
22

3+
<div style="display: flex; gap: 10px; align-items: center;">
4+
<img src="https://img.shields.io/npm/v/react-native-mediapipe-posedetection?color=orange&style=flat-square&logo=npm" alt="npm version"/>
5+
<img src="https://img.shields.io/npm/dw/react-native-mediapipe-posedetection?color=blue&style=flat-square&logo=npm" alt="npm weekly downloads"/>
6+
</div>
7+
8+
39
High-performance pose detection for React Native using Google's MediaPipe models with optimized frame processing for smooth real-time tracking.
410

11+
You can find the package on npm: [react-native-mediapipe-posedetection](https://www.npmjs.com/package/react-native-mediapipe-posedetection)
12+
513
> **⚠️ New Architecture Required**
614
>
715
> This library **only supports** React Native's **New Architecture** (Turbo Modules). You must enable the New Architecture in your app to use this library.
@@ -383,7 +391,7 @@ This library is based on the work from [react-native-mediapipe](https://github.c
383391

384392
## License
385393

386-
MIT
394+
MIT Β© [EndLess728](https://github.com/EndLess728)
387395

388396
---
389397

0 commit comments

Comments
Β (0)