Upload Your Photo{imageQueue.length > 1 ? 's' : ''}

Upload {imageQueue.length > 1 ? 'photos' : 'a photo'} that will inspire your monster creation

{#if imageQueue.length > 1}
Processing {currentImageIndex + 1} of {imageQueue.length} images
{#each imageQueue as image, index} {@const isCurrentImage = index === currentImageIndex} {@const isProcessed = index < currentImageIndex}
Queue thumbnail {index + 1}
{#if isProcessed} {:else if isCurrentImage}
{:else} {index + 1} {/if}
{/each}
{/if}
e.key === 'Enter' && triggerFileSelect()} role="button" tabindex="0" > {#if preview} Preview

Click to change image

{:else}

Drop an image here or click to upload

Supports JPG, PNG, GIF

{/if}