some improvements

This commit is contained in:
zefie
2025-07-20 14:00:32 -04:00
parent 1a8401d015
commit 86c9b3b0e2
9 changed files with 42 additions and 34 deletions

View File

@@ -1,6 +1,8 @@
const WTVLzpf = require("./includes/classes/WTVLzpf.js")
const lzpf = new WTVLzpf();
// Test with a simple string
const testString = "This is a test string to compress and decompress";
const compressed = lzpf.Compress(testString);