Feat: basic audio waveform added.

This commit is contained in:
creotove
2025-06-25 15:29:20 +05:30
parent 3989da93c3
commit 7f0bcea4ca
4 changed files with 136 additions and 2 deletions

View File

@ -16,6 +16,7 @@
"format": "turbo run format"
},
"dependencies": {
"next": "^15.3.4"
"next": "^15.3.4",
"wavesurfer.js": "^7.9.8"
}
}