From 6f2ca17b71ba8942bc83d245ab86f61734914c11 Mon Sep 17 00:00:00 2001 From: ColonelParrot <65585002+ColonelParrot@users.noreply.github.com> Date: Sat, 15 Apr 2023 19:48:26 -0400 Subject: [PATCH] Improve load speed --- docs/index.html | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/docs/index.html b/docs/index.html index 507ea1d..90cbec1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,8 @@ - + + @@ -15,14 +16,11 @@ -
- + jscanify logo

Open-source pure Javascript implemented mobile document scanner.


@@ -62,10 +60,10 @@
- + jscanify test image 1
- + jscanify test image 2
@@ -90,7 +88,8 @@ image.onload = function () { document.body.appendChild(resultCanvas); }); }; - It's that easy! Come check out the documentation! + It's that easy! Come check out the documentation!
@@ -99,8 +98,16 @@ image.onload = function () { - + crossorigin="anonymous" referrerpolicy="no-referrer" async> + + + \ No newline at end of file