readyaim
Version:
readyaim provides an aiming mechanism using a THREE.js camera
29 lines (23 loc) • 1.02 kB
HTML
<head>
<title>readyaim.test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="mobile-web-app-capable" content="yes">
<base target="_parent">
<link href="./img/square-crosshair.png" rel="icon" type="image/png" />
<!-- <scrounge root="readyaim_demo.css"> -->
<link href="/readyaim/dist/readyaim_demo.css?ts=1552525482512" rel="stylesheet" type="text/css">
<!-- </scrounge> -->
</head>
<body tabindex="0">
<noscript>javacript required</noscript>
<!-- <scrounge root="readyaim_demo.js"> -->
<script src="/readyaim/dist/readyaim_demo.js?ts=1552525482512" type="text/javascript"></script>
<!-- </scrounge> -->
<span>click or touch the canvas</span>
<img src="./img/readyaim-text-small.png" />
</body>
</html>