forked from SeregPie/THREE.TextTexture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 885 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
<!DOCTYPE html>
<html>
<head>
<title>THREE.TextTexture</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/87/three.min.js"></script>
<script src="THREE.TextTexture.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="demo/demo.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.min.js"></script>
</head>
<body>
<a href="https://github.com/SeregPie/THREE.TextTexture" id="GitHubLink">
<i class="fa fa-github"></i> GitHub
</a>
<label id="TextInputWrapper">
<textarea rows="3" id="TextInput"></textarea>
<span>enter text</span>
</label>
<script src="demo/demo.js"></script>
</body>
</html>