Custom QR Code with Logo

PAGATO
Da qrcode-monkey | Aggiornamento 20 giorni fa | Tools
Popolaritร 

9.8 / 10

Latenza

740ms

Livello di servizio

98%

Health Check

N/A

Torna a tutte le discussioni

Converting to Image

Rapid account: Connerhughes 14
connerhughes14
5 anni fa

The API for jquery returns a string when running in browser. How would you convert this to the image?

Rapid account: Qrcode Monkey
qrcode-monkey Commented 5 anni fa

Hello,

the API returns the binary data of the image file. I would turn this string into base64 string which can be used as the โ€œsrcโ€ attribute of an image tag. Look here at the btoa() function: https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding

I hope this helps!

Best regards
Norbert

Rapid account: Connerhughes 14
connerhughes14 Commented 5 anni fa

The response is an unintelligible string from the API call

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti