@rexai/pulse-react 1.0.0 → 1.0.1

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 +3 -10
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @rexai/pulse-react
2
2
 
3
- React SDK for PulseAI - measure vital signs from any camera using remote photoplethysmography (rPPG).
3
+ React SDK for rPPG health analysis - measure heart rate, HRV, SpO2, and more from any camera using remote photoplethysmography.
4
4
 
5
5
  ## Installation
6
6
 
@@ -45,7 +45,7 @@ function App() {
45
45
  }
46
46
  ```
47
47
 
48
- **Note:** The SDK automatically uses your `VITE_API_URL` environment variable. No need to pass `apiUrl` if it's already configured.
48
+ **Note:** The SDK automatically uses your `VITE_API_URL` environment variable for the backend URL.
49
49
 
50
50
  ## Components
51
51
 
@@ -144,14 +144,7 @@ function CustomScanner() {
144
144
 
145
145
  ## Getting an API Key
146
146
 
147
- 1. Visit [pulseai.com/developer/login](https://pulseai.com/developer/login)
148
- 2. Sign in with Google
149
- 3. Generate an API key from the dashboard
150
-
151
- ## Support
152
-
153
- - Documentation: [pulseai.com/docs](https://pulseai.com/docs)
154
- - Email: support@pulseai.com
147
+ Contact us for API access or visit the developer portal to generate your API key.
155
148
 
156
149
  ## License
157
150
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rexai/pulse-react",
3
- "version": "1.0.0",
4
- "description": "React SDK for PulseAI rPPG health analysis - measure heart rate, HRV, SpO2 from any camera",
3
+ "version": "1.0.1",
4
+ "description": "React SDK for rPPG health analysis - measure heart rate, HRV, SpO2 from any camera",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -54,12 +54,13 @@
54
54
  "mediapipe",
55
55
  "react",
56
56
  "telehealth",
57
- "telemedicine"
57
+ "telemedicine",
58
+ "rexai"
58
59
  ],
59
- "author": "PulseAI",
60
+ "author": "RexAI",
60
61
  "license": "MIT",
61
62
  "bugs": {
62
- "url": "https://github.com/pulseai/react-sdk/issues"
63
+ "url": "https://github.com/kingkong9128/rppg/issues"
63
64
  },
64
- "homepage": "https://pulseai.com/developers"
65
+ "homepage": "https://github.com/kingkong9128/rppg#readme"
65
66
  }