CatTail / presenter

Dead simple slide remote control & synchronization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dead simple slide remote control & synchronization

License:MIT License


Languages

Language:JavaScript 92.3%Language:Makefile 7.7%