tabcinema

1.0.3 • Public • Published

TabCinema

Force a video or presentation to show in cinema mode

This is a fork of this chrome extension, rebundled into a reusable node module

Install

npm install --save tabcinema

Usage

const TabCinema = require('tabcinema');

If you use this module, you should use browserify to bundle it into a script to include in your website (or browser extension).

Toggle fullscreen mode:

TabCinema.toggle();

Set fullscreen mode:

TabCinema.setFullscreen(true);

Package Sidebar

Install

npm i tabcinema

Weekly Downloads

1

Version

1.0.3

License

SEE LICENSE IN LICENSE

Unpacked Size

48 kB

Total Files

4

Last publish

Collaborators

  • lufinkey