Converts a base64 string to bytes (i.e. a buffer). This function does not check if the input value is a valid base64 string. If there are unsupported characters they will be ignored.
The base64 string to convert.
The converted buffer.
Converts a base64 string to bytes (i.e. a buffer). This function does not check if the input value is a valid base64 string. If there are unsupported characters they will be ignored.