presentation-fullscreen
v1.0.0
Published
Adds a contextual menu to the browser so you can toggle between making the document.body fullscreen or not. Ideal for presentations and super hardcoded! YAY!
Downloads
2
Readme
node-presentation-fullscreen
Sets up a contextual menu in the browser and exposes a function that allows you to toggle the fullscreen
status of the document.body
element.
Installing
npm install presentation-fullscreen
Using
var toggleFullscreen = require('presentation-fullscreen');
toggleFullscreen();
or just use the 'Fullscreen' option in the contextual menu.