|
43 | 43 | - Deploying to GitHub Pages
|
44 | 44 | - PDF Mode
|
45 | 45 | - Exporting slides as PDF
|
46 |
| -- [Live Mode](#live-mode) |
47 |
| - - Available to make a speech while streaming a comment on Twitter |
48 | 46 |
|
49 | 47 | ## Demos
|
50 | 48 |
|
@@ -72,7 +70,6 @@ $ npx fusuma start-prod # run server for bundle directory
|
72 | 70 | $ npx fusuma build # build slides for production
|
73 | 71 | $ npx fusuma deploy # deploy to github pages
|
74 | 72 | $ npx fusuma pdf # export as PDF
|
75 |
| -$ npx fusuma live # start live mode |
76 | 73 | ```
|
77 | 74 |
|
78 | 75 | When `npx fusuma start` is executed, fusuma will create slides like follows on `http://localhost:8080`. In addition, Fusuma adds a sidebar and when you set section titles, fusuma shows them on the sidebar.
|
@@ -192,17 +189,6 @@ You can see your Note for each slide and the next slide on the Host screen.
|
192 | 189 | | :-------------------------------------------------: | :---------------------------------: |
|
193 | 190 | |  |  |
|
194 | 191 |
|
195 |
| -## Live Mode |
196 |
| - |
197 |
| -Fusuma can fetch tweets from Twitter. In addition, fusuma have an api endpoint. |
198 |
| -If you specify a `keyword` and `authentication keys`, fetching from twitter will be enabled. |
199 |
| -Since comments can be sent to fusuma itself, you can use in the private case. |
200 |
| -Also, this mode can run with Presenter Mode. |
201 |
| - |
202 |
| -<img src="./site/docs/assets/live-mode-comments.png" width="600px"> |
203 |
| - |
204 |
| -👉 [Modes/Live](https://hiroppy.github.io/fusuma/docs/modes/live) |
205 |
| - |
206 | 192 | ## Lighthouse
|
207 | 193 |
|
208 | 194 | > [Lighthouse](https://developers.google.com/web/tools/lighthouse) is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO and more.
|
|
0 commit comments