Skip to content

aksakalli/leap-mouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leap-mouse

Leap Motion controller mouse for websites.

You can try right now on your website by including this:

<script src="https://cdn.jsdelivr.net/gh/aksakalli/leap-mouse@master/build/leapmouse-bundle.min.js"></script>
<script>
  var leapMouse = new LeapMouse();
</script>

Install with Bower

$ bower install leap-mouse

Usage

var leapMouse = new LeapMouse();

License

Released under the MIT license.