Base64 Decoder
Pending features:
Text encoding options;
Load base64 file from device;
Download data as file;
Base64 images preview;
Support Data URLs (with MIME types);
Other previewing options.
atob() + String.charCodeAt (Uint8Array.from)
atob() + String.codePointAt (Uint8Array.from)
atob() + String.charCodeAt (For-Loop) (default)
atob() + String.codePointAt (For-Loop)
Fetch API with Data URLs
Decode
Copy
Message Outputs
Nope.