Added confetti

This commit is contained in:
BOTAlex 2024-10-17 21:21:51 +02:00
parent 55ab4d342a
commit beb02ef577
5 changed files with 476 additions and 70 deletions

View file

@ -3,5 +3,5 @@ import { defineConfig } from 'vite';
import { imagetools } from '@zerodevx/svelte-img/vite' // https://zerodevx.github.io/svelte-img/
export default defineConfig({
plugins: [sveltekit(), imagetools()]
plugins: [sveltekit(), imagetools()],
});