All files / nexshop-web-contents/src/constants fit-modes.js

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1
1 2 3 41x      
export const FIT_MODES = [
    {value: 'contain', text: 'Fit to screen', icon: 'fit-to-screen'},
    {value: 'cover', text: 'Crop to fit', icon: 'crop-to-fit'},
];