-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (27 loc) · 972 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
30
31
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Sketch smooth corners</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav>
<ul class="navRoot">
<li class="title"></li>
<li class="logo"><a href="https://github.com/MartinRGB/sketch-smooth-corner-web" style="position: absolute;width: 100%;height: 100%;"></a></li>
</div>
</nav>
<canvas class="m_canvas" width="3300" height="2160" id="playground"></canvas>
<div class="upload_area">
<div class="upload-image btn">
<span>上传图片</span>
<input id="imageLoader" class="upload-image-input" type="file">
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.min.js'></script>
<script src="js/rounded-corners.js"></script>
<script src="js/main.js"></script>
</body>
</html>