I was looking for a way to display QRImage in SVG format but couldn't find one.
The only example I found is at diagrams-qrcode but it seems to be outdated as there is no such function QR.toArray.
I didn't write any conversion for it. But the qrcode-core library returns an array of bool's, which can be used as a base for conversion - though I won't write it.
I was looking for a way to display QRImage in SVG format but couldn't find one. The only example I found is at diagrams-qrcode but it seems to be outdated as there is no such function
QR.toArray
.Please help.