ZeppSpace/utils/config/device.js
2025-06-20 09:47:10 +02:00

2 lines
124 B
JavaScript

import { getDeviceInfo } from "@zos/device";
export const { width: DEVICE_WIDTH, height: DEVICE_HEIGHT } = getDeviceInfo();