Show confetti when purchasing a record

This commit is contained in:
Claudio Ortolina
2025-03-08 21:53:17 +00:00
parent a160b8c98d
commit 4a18129d31
6 changed files with 59 additions and 35 deletions
+11 -1
View File
@@ -5,7 +5,8 @@
"packages": {
"": {
"dependencies": {
"barcode-detector": "^3.0.0"
"barcode-detector": "^3.0.0",
"canvas-confetti": "^1.9.3"
}
},
"node_modules/@types/emscripten": {
@@ -21,6 +22,15 @@
"zxing-wasm": "^2.1.0"
}
},
"node_modules/canvas-confetti": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/canvas-confetti/-/canvas-confetti-1.9.3.tgz",
"integrity": "sha512-rFfTURMvmVEX1gyXFgn5QMn81bYk70qa0HLzcIOSVEyl57n6o9ItHeBtUSWdvKAPY0xlvBHno4/v3QPrT83q9g==",
"funding": {
"type": "donate",
"url": "https://www.paypal.me/kirilvatev"
}
},
"node_modules/type-fest": {
"version": "4.37.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",