Files
dub-node/docs/models/operations/getqrcoderequest.md
2024-04-14 11:24:56 +05:30

2.9 KiB
Raw Blame History

GetQRCodeRequest

Fields

Field Type Required Description
url string The URL to generate a QR code for. Defaults to https://dub.co if not provided.
size number The size of the QR code in pixels. Defaults to 600 if not provided.
level operations.Level The level of error correction to use for the QR code. Defaults to L if not provided.
fgColor string The foreground color of the QR code in hex format. Defaults to #000000 if not provided.
bgColor string The background color of the QR code in hex format. Defaults to #ffffff if not provided.
includeMargin boolean Whether to include a margin around the QR code. Defaults to false if not provided.