I have an image in base64. I want to store that in MySQL Database as BLOB. So i want to convert that base64 image into BLOB in react js. How to perform the convertion. atob is not working in react js for me.
Please help me in resolving this issue. Thanks in advance.