presentation-fullscreen

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!

Usage no npm install needed!

<script type="module">
  import presentationFullscreen from 'https://cdn.skypack.dev/presentation-fullscreen';
</script>

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.