slidevjs / slidev

Presentation Slides for Developers
https://sli.dev
MIT License
32.81k stars 1.33k forks source link

Synchronization of cursor and drawings is laggy #1681

Open gy-mate opened 3 months ago

gy-mate commented 3 months ago

Describe the bug

The synchronization of the cursor, drawings and annotations from presenter to play mode is really laggy:

https://github.com/slidevjs/slidev/assets/13014176/039bfb52-0b5d-460a-84cb-138e102a6a08

To reproduce

Steps to reproduce the behavior:

  1. Run my presentation:

    git clone https://github.com/gy-mate/kalauz
    cd kalauz/presentation
    git checkout ef1967e5
    npx slidev
  2. Open http://localhost:3030/presenter/19

  3. Open http://localhost:3030/19 in another window

Desktop