Dead simple slide remote control & synchronization
Include presenter.min.js from CDN
<script src="https://cdn.jsdelivr.net/gh/cattail/presenter@1aa45d4/dist/presenter.min.js" type="text/javascript" charset="utf-8"></script>
Or download it from https://raw.githubusercontent.com/CatTail/presenter/master/dist/presenter.min.js
- Open slide in laptop that will be controlled, press
q
to display qrcode. - Scan qrcode with mobile, open link in mobile browser.
- Tap 6 times in mobile browser to enable publish mode.
- Now you can control laptop slide with your mobile.
Publisher will broadcast current slide index to all subscribers with WebRTC.
presenter
only works with slide written in html and use hash tag to represent slide index, for example, remark.
MIT