+
+
})
-
Drop an image or project here
+
+ Drop an image or project here
+
-
)
diff --git a/src/gui/defaults/image-state.ts b/src/gui/defaults/image-state.ts
index b03effe..8949dd3 100644
--- a/src/gui/defaults/image-state.ts
+++ b/src/gui/defaults/image-state.ts
@@ -19,8 +19,9 @@
import { ImageState } from '../types/image-state'
export const defaultImageState: ImageState = {
+ loading: false,
width: null,
height: null,
url: null,
- data: null
+ data: null,
}
diff --git a/src/gui/index.html b/src/gui/index.html
index ca27281..985d637 100644
--- a/src/gui/index.html
+++ b/src/gui/index.html
@@ -1,10 +1,10 @@
-
-
+
+
-
-
+
+
-
-
\ No newline at end of file
+
+