Skip to content

Commit

Permalink
Added code link
Browse files Browse the repository at this point in the history
  • Loading branch information
jritts committed Aug 7, 2023
1 parent f09bb78 commit 6501eb6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Binary file added test/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion test/mediapipe_to_arkit.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>Face capture</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@mediapipe/[email protected]/control_utils.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/@mediapipe/[email protected]/camera_utils.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@mediapipe/[email protected]/control_utils.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@mediapipe/[email protected]/drawing_utils.js" crossorigin="anonymous"></script>
Expand All @@ -26,6 +27,19 @@
}
}

.github-icon {
position: absolute;
top: 10px;
right: 10px;
font-size: 60px;
color: #333;
text-decoration: none;
}

.github-icon:hover {
color: #000;
}

.abs {
position: absolute;
}
Expand All @@ -41,7 +55,7 @@

body {
bottom: 0;
font-family: "Titillium Web", sans-serif;
family: "Titillium Web", sans-serif;
color: white;
left: 0;
margin: 0;
Expand Down Expand Up @@ -186,6 +200,9 @@
<div class="message"> Loading </div>
</div>
<input id="calibrate" type="button" class="calibrate" value="CALIBRATE">
<a href="https://github.com/haibalabs/face-mesh-to-blendshapes" target="_blank" class="github-icon">
<i class="fab fa-github"></i>
</a>
</div>
<div class="control-panel"></div>
<script src="https://cpwebassets.codepen.io/assets/common/stopExecutionOnTimeout-1b93190375e9ccc259df3a57c1abc0e64599724ae30d7ea4c6877eb615f89387.js"></script>
Expand Down

0 comments on commit 6501eb6

Please sign in to comment.