added mix audio

This commit is contained in:
planetabhi
2024-03-23 18:05:24 +05:30
parent 12d4f7827c
commit 35c37e30df
3 changed files with 664 additions and 270 deletions

View File

@@ -10,11 +10,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^8.1.0",
"@astrojs/react": "^3.0.9",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"astro": "^4.2.1",
"@astrojs/cloudflare": "^9.2.0",
"@astrojs/react": "^3.1.0",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"astro": "^4.5.9",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},