Skip to content

Commit b9e552f

Browse files
committed
Add gif of vitals monitor to README
1 parent 6919f92 commit b9e552f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<a href="https://www.rouast.com/api/">
3-
<img src="./assets/logo.svg" alt="VitalLens API Logo" height="80px" width="80px"/>
3+
<img src="https://raw.githubusercontent.com/Rouast-Labs/vitallens.js/main/assets/logo.svg" alt="VitalLens API Logo" height="80px" width="80px"/>
44
</a>
55
<h1>vitallens.js</h1>
66
<p align="center">
@@ -16,6 +16,10 @@
1616

1717
`vitallens.js` is the official JavaScript client for the [**VitalLens API**](https://www.rouast.com/api/), a service for estimating physiological vital signs like heart rate, respiratory rate, and heart rate variability (HRV) from facial video.
1818

19+
<div align="center">
20+
<img src="./assets/demo.gif" alt="vitallens.js demo" width="500">
21+
</div>
22+
1923
Using a different language or platform? We also have a [Python client](https://github.com/Rouast-Labs/vitallens-python) and [iOS app](https://apps.apple.com/us/app/vitallens/id6472757649).
2024

2125
## Features

assets/demo.gif

576 KB
Loading

examples/browser/vitals_monitor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>VitalLens Vitals Monitor</title>
6-
<style>body { background: black; }</style>
6+
<style>body { background: black; display: flex; align-items: center; justify-content: center;}</style>
77
<script type="module" src="../vitallens.browser.js"></script>
88
<link rel="preconnect" href="https://api.rouast.com" crossorigin>
99
</head>

src/web-components/vitals-monitor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:host {
33
display: block;
44
width: 320px;
5-
height: 180px;
5+
min-height: 180px;
66
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
77
background-color: #1a1a1a;
88
color: #ffffff;

0 commit comments

Comments
 (0)