UNPKG

@beenotung/tslib

Version:
14 lines (13 loc) 710 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GalaxyNote9 = exports.GalaxyS5 = exports.iPhoneX = exports.iPhone6 = exports.iPhone5 = exports.VGA = exports.HD = exports.FHD = exports.QHD = exports.UHD = void 0; exports.UHD = { width: 3840, height: 2160 }; exports.QHD = { width: 2560, height: 1440 }; exports.FHD = { width: 1920, height: 1080 }; exports.HD = { width: 1280, height: 720 }; exports.VGA = { width: 640, height: 480 }; exports.iPhone5 = { width: 320, height: 568 }; exports.iPhone6 = { width: 375, height: 667 }; exports.iPhoneX = { width: 375, height: 812 }; exports.GalaxyS5 = { width: 360, height: 640 }; exports.GalaxyNote9 = { width: 414, height: 846 };