UNPKG
fscreen
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Vendor agnostic access to the fullscreen spec api
github.com/rafgraph/fscreen
rafgraph/fscreen
fscreen
/
dist
/
fscreen.cjs.js
8 lines
(6 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./fscreen.cjs.production.js'
); }
else
{
module
.
exports
=
require
(
'./fscreen.cjs.development.js'
); }