UNPKG
nexshop-web-contents
Version:
latest (0.126.3)
0.126.3
0.126.1
0.125.0
0.122.3
0.122.0
0.119.0
0.117.1
0.117.0
0.115.0
0.114.2
0.114.1
0.114.0
0.113.4
0.113.3
0.113.1
0.113.0
0.112.6
0.112.5
0.112.4
0.112.3
0.112.0
0.111.5
0.110.0
0.109.3
0.108.3
0.108.2
0.108.0
0.107.1
0.106.0
0.105.0
0.104.5
0.104.4
0.104.3
0.104.2
0.104.1
0.104.0
0.100.0
0.99.0
0.98.0
0.97.3
0.97.2
0.97.1
0.97.0
0.96.1
0.96.0
0.95.4
0.94.0
0.93.1
0.93.0
0.91.0
0.89.0
0.88.0
0.87.1
0.85.0
0.82.0
0.81.0
0.79.8
0.79.7
0.79.6
0.79.5
0.79.3
0.78.2
0.78.0
0.77.0
0.76.1
0.76.0
0.74.0
0.73.3
0.73.2
0.72.6
0.72.5
0.72.4
0.71.0
0.66.4
0.66.3
0.66.1
0.66.0
0.64.0
0.61.8
0.61.6
0.61.5
Nexshop Web Contents Project
nexshop-web-contents
/
src
/
constants
/
fit-modes.js
4 lines
•
163 B
JavaScript
View Raw
1
2
3
4
export
const
FIT_MODES
= [ {
value
:
'contain'
,
text
:
'Fit to screen'
,
icon
:
'fit-to-screen'
}, {
value
:
'cover'
,
text
:
'Crop to fit'
,
icon
:
'crop-to-fit'
}, ];