{#if loading}

Loading drive…

{:else if error}

Error: {error}

{:else}
{#each files as file (file.sha256)} {@const blobUrl = getBlobUrl(file.sha256, servers, '.pdf')} {@const name = fileName(file.path)}

{name.replace(/\.pdf$/i, '')}

⬇ Download
{/each}
{/if} {#if activePdf}
Fanzine Viewer
{/if}