From 87cf85b464e310ea7f8607e27f4f969d01063ee0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johannes=20R=C3=B8svik?=
Date: Thu, 3 Aug 2023 13:47:47 +0200
Subject: [PATCH] Add lz64 compression
---
index.html | 18 +-
js/lz-string/LICENSE | 21 ++
js/lz-string/lz-string.js | 506 ++++++++++++++++++++++++++++++++++
js/lz-string/lz-string.min.js | 1 +
js/script.js | 23 ++
5 files changed, 568 insertions(+), 1 deletion(-)
create mode 100644 js/lz-string/LICENSE
create mode 100644 js/lz-string/lz-string.js
create mode 100644 js/lz-string/lz-string.min.js
diff --git a/index.html b/index.html
index 19e128f..402bac7 100644
--- a/index.html
+++ b/index.html
@@ -81,6 +81,20 @@
+
+
+ | lz64 |
+
+
+ | Compressed |
+ |
+
+
+ | Decompressed |
+ |
+
+
+
@@ -102,6 +117,7 @@
+