We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3925cc1 + 3c52a59 commit 9640447Copy full SHA for 9640447
features/video-recorder/data.json
@@ -2,13 +2,13 @@
2
"title": "Video Recorder",
3
"description": "Record videos of Scratch projects.",
4
"credits": [
5
- {
6
- "username": "stio_studio",
7
- "url": "https://stio.studio/"
8
- },
9
{
10
"username": "blob2763",
11
"url": "https://blob2763.is-a.dev/"
+ },
+ {
+ "username": "stio_studio",
+ "url": "https://stio.studio/"
12
}
13
],
14
"type": ["Editor"],
features/video-recorder/popup.html
@@ -42,12 +42,12 @@
42
<option value="webm">webm</option>
43
</select>
44
<br><br>
45
- Video viewed here: <br>
+ Preview: <br>
46
<video></video>
47
<button class="prompt_ok-button_3QFdD downloadButton"><span>Download Video</span></button>
48
</div>
49
50
51
52
53
-</div>
+</div>
0 commit comments