bespoke-blackout
v1.0.1
Published
Blackout a Bespoke.js presentation to give your audience a breather.
Downloads
4
Readme
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.