Skip to content

Commit 9640447

Browse files
committed
Merge branch 'Video-Recorder-Feature' of https://github.com/StioStudio/ScratchTools into Video-Recorder-Feature
2 parents 3925cc1 + 3c52a59 commit 9640447

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

features/video-recorder/data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"title": "Video Recorder",
33
"description": "Record videos of Scratch projects.",
44
"credits": [
5-
{
6-
"username": "stio_studio",
7-
"url": "https://stio.studio/"
8-
},
95
{
106
"username": "blob2763",
117
"url": "https://blob2763.is-a.dev/"
8+
},
9+
{
10+
"username": "stio_studio",
11+
"url": "https://stio.studio/"
1212
}
1313
],
1414
"type": ["Editor"],

features/video-recorder/popup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
<option value="webm">webm</option>
4343
</select>
4444
<br><br>
45-
Video viewed here: <br>
45+
Preview: <br>
4646
<video></video>
4747
<button class="prompt_ok-button_3QFdD downloadButton"><span>Download Video</span></button>
4848
</div>
4949
</div>
5050
</div>
5151
</div>
5252
</div>
53-
</div>
53+
</div>

0 commit comments

Comments
 (0)