{#each GENERATION_CONFIG_KEYS as key} {@const settings = GENERATION_CONFIG_SETTINGS[key]}
{/each}
Advanced Options
{#each GENERATION_CONFIG_KEYS_ADVANCED as key} {@const settings = GENERATION_CONFIG_SETTINGS[key]}
(config[key] = e.currentTarget.value)} />
(config[key] = e.currentTarget.value)} class="h-2 w-full cursor-pointer appearance-none rounded-lg bg-gray-200 accent-black dark:bg-gray-700 dark:accent-blue-500" />
{/each}