First
npm install use-sound
import useSound from 'use-sound';
import someSound from '../someSound.mp3';
const playButton = () => {
const [play] = useSound(someSound);
return ;
};
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)