Skip to content

Commit

Permalink
Updated on html
Browse files Browse the repository at this point in the history
  • Loading branch information
FAYCX committed Jul 28, 2024
1 parent ff5d347 commit d8651de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webcam_theremin.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ml5.js Handpose p5 Webcam Theremin</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/addons/p5.sound.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ml5.js"></script>
<script src="p5.js"></script>
<script src="p5.sound.min.js"></script>
<script src="ml5.js"></script>
<style>
body, html {
margin: 0;
Expand Down

0 comments on commit d8651de

Please sign in to comment.