{$myPresence?.cursor
? `${$myPresence.cursor.x} × ${$myPresence.cursor.y}`
: 'Move your cursor to broadcast its position to other people in the room.'}
{$loadingState}
{$isLoading}
{#if $isPrompting}
{/if}
{#if $imagesList}
{#each $imagesList as image, i}
{/each}
{/if}
{#if $clickedPosition}
{/if}
{#if $myPresence?.cursor}
{/if}
{#if others}
{#each [...$others] as { connectionId, presence } (connectionId)}
{#if presence?.cursor}
{/if}
{/each}
{/if}