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
|`url`|*::String*|:heavy_check_mark:| The URL to generate a QR code for. |
9
-
|`logo`|*T.nilable(::String)*|:heavy_minus_sign:| The logo to include in the QR code. Can only be used with a paid plan on Dub.co. |
10
-
|`size`|*T.nilable(::Float)*|:heavy_minus_sign:| The size of the QR code in pixels. Defaults to `600` if not provided. |
11
-
|`level`|[T.nilable(::OpenApiSDK::Operations::Level)](../../models/operations/level.md)|:heavy_minus_sign:| The level of error correction to use for the QR code. Defaults to `L` if not provided. |
12
-
|`fg_color`|*T.nilable(::String)*|:heavy_minus_sign:| The foreground color of the QR code in hex format. Defaults to `#000000` if not provided. |
13
-
|`bg_color`|*T.nilable(::String)*|:heavy_minus_sign:| The background color of the QR code in hex format. Defaults to `#ffffff` if not provided. |
14
-
|`hide_logo`|*T.nilable(T::Boolean)*|:heavy_minus_sign:| Whether to hide the logo in the QR code. Can only be used with a paid plan on Dub.co. |
15
-
|`include_margin`|*T.nilable(T::Boolean)*|:heavy_minus_sign:| Whether to include a margin around the QR code. Defaults to `false` if not provided. |
|`url`|*::String*|:heavy_check_mark:| The URL to generate a QR code for. |
9
+
|`logo`|*T.nilable(::String)*|:heavy_minus_sign:| The logo to include in the QR code. Can only be used with a paid plan on Dub.co. |
10
+
|`size`|*T.nilable(::Float)*|:heavy_minus_sign:| The size of the QR code in pixels. Defaults to `600` if not provided. |
11
+
|`level`|[T.nilable(::OpenApiSDK::Operations::Level)](../../models/operations/level.md)|:heavy_minus_sign:| The level of error correction to use for the QR code. Defaults to `L` if not provided. |
12
+
|`fg_color`|*T.nilable(::String)*|:heavy_minus_sign:| The foreground color of the QR code in hex format. Defaults to `#000000` if not provided. |
13
+
|`bg_color`|*T.nilable(::String)*|:heavy_minus_sign:| The background color of the QR code in hex format. Defaults to `#ffffff` if not provided. |
14
+
|`hide_logo`|*T.nilable(T::Boolean)*|:heavy_minus_sign:| Whether to hide the logo in the QR code. Can only be used with a paid plan on Dub.co. |
15
+
|`margin`|*T.nilable(::Float)*|:heavy_minus_sign:| The size of the margin around the QR code. Defaults to 2 if not provided. |
16
+
|`include_margin`|*T.nilable(T::Boolean)*|:heavy_minus_sign:| DEPRECATED: Margin is included by default. Use the `margin` prop to customize the margin size. |
0 commit comments