Skip to content

Commit

Permalink
Some instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nacmartin committed Mar 13, 2023
1 parent 64763a4 commit a8f3219
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/ui-react/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ function App() {
<>
<center>
<h1>Manitas React Example</h1>
<p>
(This example is buch better in desktop, not ready for mobile yet!)
</p>
</center>
<div className={styles.center}>
<video
Expand Down
4 changes: 4 additions & 0 deletions examples/ui-react/src/Instructions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ https://github.com/nacmartin/manitas
We have configured mediapipe to use the GPU. It is possible to make it
use the CPU. So if it doesn't work, that may be the reason.
</p>
<p>
About mobile: this can made it work in mobile, but I haven't spent the
time in making this web responsive and whatnot yet!
</p>
</div>
);
}

0 comments on commit a8f3219

Please sign in to comment.