A simple polyfill implementation of W3C's JavaScript Fullscreen API spec. Don't worry about the vendor specific Fullscreen API.
The polyfill is created using the vendor specific Fullscreen API from MDN's JavaScript Fullscreen API table prefixes.
npm install --save fullscreen-polyfill
yarn add fullscreen-polyfill