jxnblk / mdx-deck

♠️ React MDX-based presentation decks
https://mdx-deck.jxnblk.com
MIT License
11.34k stars 603 forks source link

Detect presenter mode in JS #831

Open rbalicki2 opened 1 month ago

rbalicki2 commented 1 month ago

I have some React components that play audio on a given slide. If I'm giving the presentation in preseter mode, I play the audio a slide too soon.

Is there a good workaround for this?

Thank you!