-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
29 lines (24 loc) · 892 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>skeletonization.js</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.0/showdown.min.js"></script>
<script src="https://docs.opencv.org/3.4/opencv.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gpu.js/1.10.4/gpu.min.js"></script>
<script src="https://skeletonization-js.glitch.me/skeletonization.js"></script>
<script src="url2img.js"></script>
<script src="script.js" defer></script>
</head>
<body>
<div id="demo">
<div id="demo-h1">
skeletonization.js demo
</div>
</div>
<div id="readme">
</div>
<div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
<script src="https://button.glitch.me/button.js"></script>
</body>
</html>