leapjs-plugins
Version:
A collection of useful plugins for LeapJS
16 lines (14 loc) • 353 B
HTML
<html>
<head>
<title>Version Check</title>
<script src="//js.leapmotion.com/leap-0.4.3.min.js"></script>
<script type="text/javascript" src="../main/leap-plugins-0.1.4.js"></script>
<script type="text/javascript">
Leap.loop(function(frame){
console.log('f');
});
</script>
</head>
<body>
</body>
</html>