reduce waveform height + fix weird math

This commit is contained in:
Jose B
2023-08-14 03:02:56 -05:00
parent 01806ce037
commit 9c9428c456
3 changed files with 7 additions and 5 deletions

View File

@@ -71,6 +71,7 @@ export default function Recorder(props) {
hideScrollbar: true,
autoCenter: true,
barWidth: 2,
height: 90,
});
const wsWrapper = _wavesurfer.getWrapper();
wsWrapper.style.cursor = "pointer";