From 2d7f3d2b418ec9ba1ea90bb1ca3c0e0a5f87208a Mon Sep 17 00:00:00 2001 From: Isrem_ <32309148+isaacdemeers@users.noreply.github.com> Date: Wed, 12 Feb 2025 15:11:52 +0100 Subject: [PATCH 1/2] Code reformatting I've simply reformatted the code to improve spacing and indentation. --- examples/example1.html | 153 +-- examples/example1_files/default_interface.js | 1150 ++++++++++-------- 2 files changed, 749 insertions(+), 554 deletions(-) diff --git a/examples/example1.html b/examples/example1.html index d8d5cde..ac6c10c 100644 --- a/examples/example1.html +++ b/examples/example1.html @@ -1,22 +1,25 @@ +
-
-Example 1 shows how to use the imgmap component in a complete imagemap editor application. This example is
-functionally equivalent to the online editor found at
-http://www.maschek.hu/imagemap/imgmap.
-To use the uploader component ("An image on your computer") you will need to open the example from a php-enabled webserver.
+
+ Example 1 shows how to use the imgmap component in a complete imagemap editor application. This example is
+ functionally equivalent to the online editor found at
+ http://www.maschek.hu/imagemap/imgmap.
+ To use the uploader component ("An image on your computer") you will need to open the example from a php-enabled
+ webserver.
-