waveform-react
waveform-react copied to clipboard
draw audio waveforms with react
Results
2
waveform-react issues
Sort by
recently updated
recently updated
newest added
We have used the component in the following manner: ```typescript class AudioVisualization extends React.Component { // More logic here... render() { const { currentAudioData, audioMarkerPosition, audioPlaying } = this.props; return...
Fix the problem that canvas size is not calculated unless new props are passed if `responsive` prop is `true`