export const IS_MAC_OS = process.platform === 'darwin' export const WINDOW_SIZES = { MOBILE_PORTRAIT: { width: 414, height: 796, }, DESKTOP: { width: 1200, height: 800, }, }