added custom alert and confetti

This commit is contained in:
Jonas_Jones 2025-03-25 21:37:31 +01:00
parent 3a40e225c0
commit 64d14685a6
3 changed files with 68 additions and 5 deletions

View file

@ -21,6 +21,7 @@
"type": "module",
"dependencies": {
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2"
"jspdf": "^2.5.2",
"party-js": "^2.2.0"
}
}