feat: incorporate updates to Janus

This commit is contained in:
Joshua Seigler 2016-10-28 11:23:42 -04:00
parent 36845011f8
commit f32b318593
10 changed files with 1198 additions and 113 deletions

View file

@ -2,6 +2,8 @@
This is a browser-based presentation framework with two connected views: one for the presenter, and one for the audience.
[See it in action!](https://seigler.github.io/janus)
## Features:
* Presenter view and presentation view, connected through Localstorage
@ -15,4 +17,6 @@ After you have edited index.html to your liking, you can run `npm run build` to
## Gotchas:
Firefox and Chrome handle `file:///` urls differently. In Firefox, local files are allowed to interact with LocalStorage, but on Chrome they are not. To circumvent this issue, you have to serve the file on `localhost` with `npm run start` or some other local server.
Firefox and Chrome handle `file:///` urls differently. In Firefox, local files are allowed to interact with LocalStorage, but on Chrome they are not. To circumvent this issue in Chrome, you have to serve the file on `localhost` with `npm run start` or some other local server.
Currently the live editor completely blows up in Firefox. I think it's related to a flexbox bug?