mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Add docs for presenter mode
This commit is contained in:
parent
70f24d5451
commit
8405262fc9
11
README.md
11
README.md
@ -251,6 +251,17 @@ export { default as Provider } from './Provider'
|
||||
# Hello
|
||||
```
|
||||
|
||||
## Presenter Mode
|
||||
|
||||
mdx-deck includes a built-in presenter mode, with a preview of the next slide and a timer.
|
||||
|
||||
To use presenter mode:
|
||||
|
||||
- Open two windows in the same browser, with the same URL on two different screens.
|
||||
- In your window press the `p` key to enter presenter mode.
|
||||
- Display the other window on the screen for the audience to see.
|
||||
- Control the presentation from your window by using the left and right arrow keys; the other window should stay in sync
|
||||
|
||||
## Exporting
|
||||
|
||||
Add a `build` script to your `package.json` to export a presentation as HTML with a JS bundle.
|
||||
|
Loading…
Reference in New Issue
Block a user