-

+
@@ -182,6 +304,20 @@
opacity: 0.3;
}
+ .iteraction-box {
+ width: 30px;
+ height: 30px;
+ display: block;
+ background-color: #ff0000;
+ opacity: 0.3;
+ position: absolute;
+ z-index: 100;
+ }
+
+ .blob-image-image {
+ position: relative;
+ }
+
.reader {
display: flex;
diff --git a/src/routes/projects/[id]/IteractiveImage.svelte b/src/routes/projects/[id]/IteractiveImage.svelte
new file mode 100644
index 0000000..17f8348
--- /dev/null
+++ b/src/routes/projects/[id]/IteractiveImage.svelte
@@ -0,0 +1,64 @@
+
+
+
setCoords()}>
+ {#if page.iteraction !== undefined && browser}
+ {#each page.iteraction as i}
+
+ {/each}
+ {/if}
+

+
+
+