UNPKG
@hoanpx2201/plyr
Version:
latest (3.7.15)
3.7.15
3.7.14
3.7.13
3.7.12
3.7.11
3.7.10
3.7.9
3.7.8
A simple, accessible and customizable HTML5, YouTube and Vimeo media player
plyr.io
sampotts/plyr
@hoanpx2201/plyr
/
src
/
js
/
config
/
states.js
11 lines
(8 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// ==========================================================================
// Plyr states
// ==========================================================================
export
const
pip = {
active
:
'picture-in-picture'
,
inactive
:
'inline'
, };
export
default
{ pip };