export let size = { x: window.innerWidth, y: window.innerHeight } window.onresize = () => { size.x = window.innerWidth size.y = window.innerHeight }