@panz3r/reveal.js-caffeine
v1.0.0
Published
Custom plugin for Reveal.js to avoid screen going to spleep during active presentations
Downloads
12
Maintainers
Readme
RevealCaffeine
Custom plugin for Reveal.js to avoid screen going to spleep during active presentations
How To
Simply include RevealCaffeine
plugin and it will automatically activate on presentation start if Screen Wake Lock API is supported by the browser.
Reveal.initialize({
// ...
plugins: [
// ...,
RevealCaffeine,
],
});
⚠️ NOTE: The Wake Lock will be released when the presentation is paused or the tab is hidden.
Configuration
You can configure the plugin with the following options:
// ...
plugins: [ /* ... */ ],
caffeine: {
}
License
MIT