yandere_fe/src/services/window_utils/window_utils.js

6 lines
127 B
JavaScript
Raw Normal View History

2019-04-01 12:41:34 -07:00
export const windowWidth = () =>
window.innerWidth ||
document.documentElement.clientWidth ||
document.body.clientWidth