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