alexkazik / qrcode

QR code library in pure Haskell
20 stars 6 forks source link

Is there a way to display QRImage as SVG? #8

Open ciukstar opened 1 month ago

ciukstar commented 1 month ago

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.

alexkazik commented 1 month ago

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.