UNPKG

detect-features

Version:

Detect and report browser and hardware features.

4 lines (3 loc) 93 B
export default (() => { return [window.screen.width, window.screen.height] || [0, 0]; })();