react-native-nitro-pose-exercises 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -23
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,7 +56,6 @@ cd ios && pod install
56
56
  <tr>
57
57
  <th align="center">🍏 iOS Normal Mode</th>
58
58
  <th align="center">🍏 iOS Skia Mode</th>
59
- <th align="center">🤖 Android Demo</th>
60
59
  </tr>
61
60
  <tr>
62
61
  <td align="center">
@@ -65,9 +64,6 @@ cd ios && pod install
65
64
  <td align="center">
66
65
  <img alt="android" src="./docs/img/skia-iOS.png" height="650" width="300"/>
67
66
  </td>
68
- <td align="center">
69
- <div>Screenshot Coming Soon!</div>
70
- </td>
71
67
  </tr>
72
68
  </table>
73
69
 
@@ -131,25 +127,6 @@ module.exports = {
131
127
 
132
128
  ---
133
129
 
134
- # GIF Demo
135
-
136
- <table>
137
- <tr>
138
- <th align="center">📸 Normal Mode</th>
139
- <th align="center">💀 Skeleton Mode</th>
140
- </tr>
141
- <tr>
142
- <td align="center">
143
- <img alt="normal-mode" src="https://github.gauthamvijay.com/normal-iOS.gif" height="650" width="300"/>
144
- </td>
145
- <td align="center">
146
- <img alt="skeleton-mode" src="https://github.gauthamvijay.com/skia-iOS.gif" height="650" width="300"/>
147
- </td>
148
- </tr>
149
- </table>
150
-
151
- ---
152
-
153
130
  ## ⚙️ Usage
154
131
 
155
132
  ### Basic — Normal Camera (No Skeleton)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-nitro-pose-exercises",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Real-time on-device exercise tracking for React Native. Rep counting, form validation, and skeleton overlay powered by MediaPipe Pose Landmarker and VisionCamera v5 via Nitro Modules.",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",