fixes and cleanup

This commit is contained in:
2024-11-25 23:34:08 +00:00
parent 9601597cf6
commit 944ac08695
29 changed files with 398 additions and 100 deletions

View File

@@ -108,7 +108,6 @@ const dynamicStyle = computed(() => {
function onVideoLoaded(event: Event) {
console.log('video loaded', event.target);
mediaDimensions.value = {
width: video.value!.videoWidth,
height: video.value!.videoHeight,