Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 86574f7

Browse files
committed
feat(live): remove live mode
1 parent f744b6e commit 86574f7

35 files changed

+57985
-10126
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ node_modules
22
dist
33
coverage
44
lerna-debug.log
5-
.env
65
*.pdf
76
.eslintcache

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
- Deploying to GitHub Pages
4444
- PDF Mode
4545
- Exporting slides as PDF
46-
- [Live Mode](#live-mode)
47-
- Available to make a speech while streaming a comment on Twitter
4846

4947
## Demos
5048

@@ -72,7 +70,6 @@ $ npx fusuma start-prod # run server for bundle directory
7270
$ npx fusuma build # build slides for production
7371
$ npx fusuma deploy # deploy to github pages
7472
$ npx fusuma pdf # export as PDF
75-
$ npx fusuma live # start live mode
7673
```
7774

7875
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.
192189
| :-------------------------------------------------: | :---------------------------------: |
193190
| ![](./site/docs/assets/presenter-mode-timeline.png) | ![](./site/docs/assets/drawing.png) |
194191

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-
206192
## Lighthouse
207193

208194
> [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

Comments
 (0)