react-qrcode-logo
Advanced tools
Changelog
[v3.0.0]
ReactDOM.findDOMNode
, which has been deprecated in React 18, and removed in React 19.download
function to save the QRCode as image.style
prop to pass CSS to the canvas.logoOnLoad
callback now also returns the event details.Changelog
[v2.9.0]
logoPadding
to specify optional padding around the logo.logoPaddingStyle
to specify the shape of the logo padding (rectangular with 'square' or elliptic with 'circle').removeQrCodeBehindLogo
does not have a default padding anymore, but has the same size as the logo.Changelog
[v2.8.0]
eyeColor
to specify different colors for the positional patterns.Changelog
[v2.7.0]
removeQrCodeBehindLogo
, if set to true will draw an empty square around the logo.Changelog
[v2.5.0]
eyeRadius
to specify the corner radius for the positional patterns.