component-fullscreen

1.1.0 • Public • Published

fullscreen

Fullscreen api

Installation

$ component install component/fullscreen

Example

var fullscreen = require('fullscreen');

fullscreen.on('change', function(full){
  console.log('changed to %s', full ? 'fullscreen' : 'regular');
});

setTimeout(function(){
  fullscreen();
}, 2000);

Events

  • "change" (fullscreen) boolean

API

fullscreen([el])

Display fullscreen document or el.

fullscreen.exit()

Exit fullscreen mode.

fullscreen.supported

Check if fullscreen is supported.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i component-fullscreen

Weekly Downloads

6

Version

1.1.0

License

MIT

Last publish

Collaborators

  • tootallnate