Twitch Panels Creator
{#if errorMessage}
{errorMessage}
{/if}
{#if $uiStore.currentStep === "upload"}
{:else if $uiStore.currentStep === "crop" && uploadedImage}
{:else if $uiStore.currentStep === "text"}
Добавьте тексты для панелей
{/if}
{#if $uiStore.currentStep === "text" && panels.length > 0}
Созданные панели ({panels.length})
Скачать все
{#each panels as panel (panel.id)}
handleDownload(panel)} />
{/each}
{/if}