This commit is contained in:
kjy
2026-05-12 22:40:58 +09:00
commit 9cb32eb8bf
13 changed files with 54788 additions and 0 deletions

6
test.ts Normal file
View File

@@ -0,0 +1,6 @@
import LZString from "lz-string";
const input = "9340039,9340035";
const out = LZString.compressToEncodedURIComponent(input);
console.log(out);