All files / nexshop-web-contents/src/constants playlist-resolution-items.js

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1
1 2 3 4 5 6 71x            
export const RESOLUTION_ITEMS = [
    {value: 'QHD', text: '2560x1440', orientation: ''},
    {value: 'Full HD', text: '1920x1080', orientation: ''},
    {value: 'HD', text: '1280x720', orientation: ''},
    {value: 'SD', text: '720x480', orientation: ''},
];