Get Base 64 string
Closed this issue · 1 comments
NaturalDevCR commented
First than all, I have to say, THANKS A LOT, you fixed the diadal version, this just works amazingly easy...
So, how could we get the base 64 string from the generated qr code?
NaturalDevCR commented
Nevermind, i just found the way to do it:
You just need to set a ref for the element, and then you can get it like this:
myRef.value.imageUrl
Thans again for this!