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

Commit 5cee7c7

Browse files
committed
feat(client): remove canvas feature
1 parent 2db2ce1 commit 5cee7c7

File tree

13 files changed

+50073
-7635
lines changed

13 files changed

+50073
-7635
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,10 @@ You can see your Note for each slide and the next slide on the Host screen.
187187

188188
- Showing your slide notes
189189
- Setting a timer
190-
- Recording your actions and voice, and do time-travel
190+
- Recording your actions and voice, and doing time-travel
191191
- video: [Recording Your Voice](https://hiroppy.github.io/fusuma/docs/modes/presenter#recording-your-voice)
192-
- (experimental) Drawing lines on the slide during making a speech
193192

194-
| recording Your Actions | drawing Lines |
195-
| :-------------------------------------------------: | :---------------------------------: |
196-
| ![](./site/docs/assets/presenter-mode-timeline.png) | ![](./site/docs/assets/drawing.png) |
193+
<img src="./site/docs/assets/presenter-mode-timeline.png" width="600px">
197194

198195
## Lighthouse
199196

package-lock.json

+49,672-7,320
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client/assets/style/canvas.css

-30
This file was deleted.

packages/client/assets/style/host.css

-14
Original file line numberDiff line numberDiff line change
@@ -153,17 +153,3 @@
153153
height: calc(100% - 60px);
154154
overflow: auto;
155155
}
156-
157-
.host-slide-canvas {
158-
width: 100%;
159-
height: 100%;
160-
position: relative;
161-
162-
& > * {
163-
position: absolute;
164-
width: 100%;
165-
height: 100%;
166-
top: 0;
167-
left: 0;
168-
}
169-
}

packages/client/assets/style/view.css

-10
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
top: 0;
1111
left: 0;
1212
}
13-
14-
/* canvas */
15-
& > div {
16-
z-index: 1000;
17-
}
1813
}
1914

2015
/* cannot use before/after for video tags, so should wrap div tags */
@@ -42,8 +37,3 @@
4237
z-index: 10;
4338
}
4439
}
45-
46-
/* overwrite */
47-
.fusuma-canvas > canvas:first-child {
48-
display: none !important;
49-
}

0 commit comments

Comments
 (0)