1.0.0 • Published 9 years ago

bespoke-leapmotion v1.0.0

Weekly downloads
3
License
-
Repository
github
Last release
9 years ago

bespoke-leapmotion

The Leap Motion plugin lets you utilize your Leap Motion device to control basic navigation of your bespoke.js presentation.

Download

Download the production version or the development version, or use a package manager.

Package Manager

npm

$ npm install bespoke-leapmotion

Bower

$ bower install bespoke-leapmotion

Usage

This plugin is available as a CommonJS/AMD module or browser global.

For example, when using CommonJS modules:

var bespoke = require('bespoke'),
    leapmotion = require('bespoke-leapmotion');

bespoke.from('article', [
  leapmotion()
}];

When using browser globals:

bespoke.from('article', [
  bespoke.plugins.leapmotion()
}];

Credits

Inspired by reveal.js-leap-motion.

This plugin was built with generator-bespokeplugin.

License

MIT License