Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.01 KB

Readme.md

File metadata and controls

34 lines (19 loc) · 1.01 KB

presenter

Dead simple slide remote control & synchronization

Live Demo

Installation

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

Usage

  1. Open slide in laptop that will be controlled, press q to display qrcode.
  2. Scan qrcode with mobile, open link in mobile browser.
  3. Tap 6 times in mobile browser to enable publish mode.
  4. Now you can control laptop slide with your mobile.

usage

How it works

Publisher will broadcast current slide index to all subscribers with WebRTC.

Limit

presenter only works with slide written in html and use hash tag to represent slide index, for example, remark.

License

MIT