UNPKG

detect-features

Version:

Detect and report browser and hardware features.

4 lines (3 loc) 89 B
export default (() => { return [window.innerWidth, window.innerHeight] || [0, 0]; })();