mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-06 04:19:37 +00:00
2.9 KiB
2.9 KiB
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. |