This commit is contained in:
Yanis Rigaudeau 2022-10-28 15:43:37 +02:00
parent fd335ce5cd
commit 46a7e07b86
Signed by: yanis
GPG Key ID: 4DD2841DF1C94D83
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<script lang="ts">
import { onMount } from 'svelte';
import CameraPreview from './CameraPreview.svelte';
import { getMediaStream, getImageCapture } from '../helpers/MediaHelper';
import { getMediaStream, getImageCapture } from '../helpers/mediaHelper';
export let width: number;
export let height: number;