feat: add confetti and render overview with svelte

This commit is contained in:
SethBurkart123
2025-06-13 09:06:56 +10:00
parent bb7c27dfea
commit 2292585e60
7 changed files with 507 additions and 604 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module 'canvas-confetti' {
const confetti: any;
export default confetti;
}