base64ToBlobConverts a base64 string (with data URL format) to a Blob object with MIME type and file extension.
base64: Base64 string with data URL format (must include MIME prefix)Returns an object with:
blob: The converted Blob objectmime: The MIME type extracted from the base64 stringext: The file extension derived from the MIME type