diff --git a/src/index.js b/src/index.js index 99c2e68..61879ac 100644 --- a/src/index.js +++ b/src/index.js @@ -71,6 +71,7 @@ const QRCode = ({ size = 100, color = 'black', backgroundColor = 'white', + borderRadius = 0, logo, logoSize = size * 0.2, logoBackgroundColor = 'transparent', @@ -134,6 +135,7 @@ const QRCode = ({ width={size + quietZone * 2} height={size + quietZone * 2} fill={backgroundColor} + rx={borderRadius} />