leapShell
v1.0.4
Published
A node module that runs a shell command when at least one hand is detected by the Leap Motion sensor.
Downloads
3
Readme
leapShell
A node module that runs a shell command when at least one hand is detected by the Leap Motion sensor.
Basic Usage
var leapShell = require('leapShell');
var shellCommand = 'gulp test';
leapShell.detect(shellCommand);