1.0.0 • Published 10 years ago

presentation-fullscreen v1.0.0

Weekly downloads
3
License
Apache 2
Repository
github
Last release
10 years ago

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.

1.0.0

10 years ago