LeapJS Plugins¶
LeapJS plugins are small bundles of Leap Motion functionality that extend the LeapJS JavaScript library.
For information on using and writing your own plugins, see http://leapmotion.github.io/leapjs-plugins/docs/.
Current plugins include:
| Hand Entry | Fires controller events when a hand enters or leaves the field of view. |
| Hand Hold | The hand-holding plugin provides a simple way to store data about a hand object between frames. |
| Playback | Sends prerecorded frames of JSON data to a Leap Motion app. |
| Screen Position | Adds a “screenPosition” method to hands and pointables. |
| Version Check | Confirms that the client supports a minimum LeapJS protocol version. |