0
Hello guys, I would like to provide a link for my base64 encoded image, instead of writing it all since its too big, plz help.
6 Respuestas
+ 2
First, you need to create a text file in place of the docx/word file.
Second, you will need to edit the URL of the text file to get just the raw text.
https://code.sololearn.com/WW6t4B73kJVz/#
After that, you can use fetch (for example) to get the Base64 encoded string.
https://code.sololearn.com/WLObogTjg0y7
+ 1
https://code.sololearn.com/WTfRBq6lwKDT/?ref=app
+ 1
Martin Taylor I want to use getImageData() method, if i use image src it returns tainted by cross origin data error.
+ 1
HrCoder
ODLNT
Martin Taylor
thanks guys for helping me out
https://code.sololearn.com/Wzr95048Ze4Z/?ref=app
0
will u share the link of the image