1.0.1 • Published 9 years ago

bespoke-blackout v1.0.1

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

bespoke-blackout

Toggles blackout mode when either the b or . key is pressed in a Bespoke.js presentation. Give your audience a breather.

Usage

This plugin is shipped in a UMD format, meaning it is available as a CommonJS/AMD module or as a browser global.

For example, when using CommonJS modules:

var bespoke = require('bespoke'),
  navkbd = require('bespoke-blackout');

bespoke.from('.deck', [
  blackout()
]);

When using browser globals:

bespoke.from('.deck', [
  bespoke.plugins.blackout()
]);

For more information about options and how the plugin works, see the complete README.

License

MIT License

1.0.1

9 years ago

1.0.0

9 years ago