<svelte:window bind:innerWidth='width' bind:innerHeight='height'/>

<div>{width}x{height}</div>