-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (27 loc) · 1.53 KB
/
index.html
File metadata and controls
33 lines (27 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en" id="mainHtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no">
<title>Impression Management Test</title>
<link rel="icon" href="./assets/webicon.png">
<link rel="stylesheet" type="text/css" href="./style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1/addons/p5.sound.js"></script>
<script src="https://developers.kakao.com/sdk/js/kakao.js"></script>
<script defer src="face-api.min.js"></script>
<script src="https://gmousse.github.io/dataframe-js/dist/dataframe.min.js"></script>
<script defer src="script.js"></script>
<script defer src="mainTest.js"></script>
<script defer src="p5Operator.js"></script>
<script defer src="kakaoInit.js"></script>
<!-- <script src="https://unpkg.com/ml5@latest/dist/ml5.min.js"></script> -->
<!-- <script src="https://kr.object.ncloudstorage.com/im-video/ncplayer-1.0.0.umd.min-c04c4a15.js"></script> -->
</head>
<body id = "canvas1">
<script src="sketch.js" style="position: absolute; pointer-events: none;"></script>
<!-- <div id ="main_video" style="position: absolute; pointer-events: none;"></div> -->
<video class = "ai" id="video" autoplay style="position: absolute; pointer-events: none;"></video>
<canvas class = "ai" id = "drawing" style="position: absolute; pointer-events: none;"></canvas>
</body>
</html>