{m["jpegify.title"]()}
{m["jpegify.subtitle"]()}
{m["jpegify.button"]({ compression: compressionInverted })}
{#each images as file, i (file.id)}
{ file?.download(); }} disabled={!!!file.result} class="btn bg-accent text-black rounded-2xl text-2xl w-full mx-auto" > {m["jpegify.download"]()}
{ URL.revokeObjectURL( forcedBlobURLs.get(file.id) || "", ); forcedBlobURLs.delete(file.id); files.files = files.files.filter( (f) => f.id !== file.id, ); }} class="btn border-accent-red border-2 bg-transparent text-black dynadark:text-white rounded-2xl text-2xl w-full mx-auto" > {m["jpegify.delete"]()}
{/each}