diff --git a/src/UI/Test.svelte b/src/UI/Test.svelte index f0116c38c..6e9dbff9d 100644 --- a/src/UI/Test.svelte +++ b/src/UI/Test.svelte @@ -1,19 +1,3 @@ - - let txt = new UIEventSource("") - - async function accept(fileList: FileList) { - const tags = await ExifReader.load(fileList.item(0)) - console.log("All tags:", tags) - txt.set(tags.ProjectionType.value) - } - - - accept(fileList.detail)} accept="image/jpg"> - Select file - - -{$txt} +Nothing to test