Ikechi
Results
1
comments of
Ikechi
I had the same issue what I did was convert the image to a base64 like `const base64Img = `data:image/jpg;base64,${file.data}`;` the file.data represent the data property from response from image...