Closed YuWebGIS closed 2 years ago
Here's how you can convert it: Uint8Array.from(atob(base64_string), c => c.charCodeAt(0))
Uint8Array.from(atob(base64_string), c => c.charCodeAt(0))
Thank you! I will try it.
Here's how you can convert it:
Uint8Array.from(atob(base64_string), c => c.charCodeAt(0))