You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The QR code can be rendered in three different types, i.e. Canvas, SVG and Image. All three types have different available options prop parameters (as shown in the readme/documentation). However, they are all linked to the QRCodeOptions type in code which contains all props.
Issues:
It is possible to provide non relevant props when generating a qr.
Will need to check documentation which props are relevant for a given type.
The text was updated successfully, but these errors were encountered:
ckelwin
added a commit
to ckelwin/next-qrcode
that referenced
this issue
Sep 29, 2023
The QR code can be rendered in three different types, i.e. Canvas, SVG and Image. All three types have different available
options
prop parameters (as shown in the readme/documentation). However, they are all linked to theQRCodeOptions
type in code which contains all props.Issues:
The text was updated successfully, but these errors were encountered: