diff --git a/src/index.html b/src/index.html index d17ca44..cc5edff 100644 --- a/src/index.html +++ b/src/index.html @@ -1,47 +1,51 @@ - + + Image Compare Viewer + + - - + + + +
-
- - -
+
+ + +
- + + - - + + + \ No newline at end of file diff --git a/src/scripts/app.js b/src/scripts/app.js new file mode 100644 index 0000000..c2cba7e --- /dev/null +++ b/src/scripts/app.js @@ -0,0 +1,3 @@ +const viewers = document.querySelectorAll(".image-compare"); + +viewers.forEach(element => new ImageCompare(element).mount()); \ No newline at end of file