Press n or j to go to the next uncovered block, b, p or k for the previous block.
export const playPopSound = () => { const pop = new Audio("/audio/pop.mp3"); pop.volume = 0.2; pop.play(); };