Created a waveform component to display the recording's waveform

This commit is contained in:
Tiago Ribeiro
2023-06-14 16:22:48 +01:00
parent 31f2eb510e
commit f5fc85e1a7
5 changed files with 133 additions and 5 deletions

View File

@@ -43,11 +43,13 @@
"swr": "^2.1.3",
"typescript": "4.9.5",
"uuid": "^9.0.0",
"wavesurfer.js": "^6.6.4",
"zustand": "^4.3.6"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/uuid": "^9.0.1",
"@types/wavesurfer.js": "^6.0.6",
"@wixc3/react-board": "^2.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",