We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04c24d commit a4b0be0Copy full SHA for a4b0be0
utils/video/video-thumbnail-generator/video-thumbnail-generator.html
@@ -555,7 +555,7 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
555
console.log(window.parent['ffmpeg-wasm']);
556
//delete window.parent['ffmpeg-wasm'];
557
if(window.parent['ffmpeg-wasm']){
558
- //disp('** ffmpeg-wasm **');
+ disp('** ffmpeg-wasm **');
559
blob = structuredClone(window.parent['ffmpeg-wasm']);
560
}else{
561
blob = await get('https://raw.githubusercontent.com/javascript-2020/external/main/ffmpeg/ffmpeg-wasm/ffmpeg-wasm.zip');
0 commit comments