Upload Your Photo{imageQueue.length > 1 ? 's' : ''}
Upload {imageQueue.length > 1 ? 'photos' : 'a photo'} that will inspire your monster creation
{#if imageQueue.length > 1}
{#each imageQueue as image, index}
{@const isCurrentImage = index === currentImageIndex}
{@const isProcessed = index < currentImageIndex}
{#if isProcessed}
{:else if isCurrentImage}
{:else}
{index + 1}
{/if}
{/each}
{/if}
e.key === 'Enter' && triggerFileSelect()}
role="button"
tabindex="0"
>
{#if preview}
{:else}
Drop an image here or click to upload
Supports JPG, PNG, GIF
{/if}