chillerlan/js-qrcode

Extending QROptions

Closed this issue · 0 comments

Hi,

is it possible with this Javascript implementation to extend the QROptions as can be done with the PHP version? I would like to make circular QR codes with an svg logo in the center, like these examples.

https://github.com/chillerlan/php-qrcode/blob/main/examples/svgWithLogo.php
https://github.com/chillerlan/php-qrcode/blob/main/examples/svgRoundQuietzone.php

If it is possible but requires some custom javascript, I would appreciate a brief example/starting point. If it's not possible I will look for other ways.

Thanks.