We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6620b commit 4ce58e2Copy full SHA for 4ce58e2
src/AbstractQRCodeWithImage.ts
@@ -11,7 +11,7 @@ export type ImageConfigType = {
11
height: number | string; // 20 | 20%
12
x: number | string; // 20 | 20% | center | left 20% | right 20%
13
y: number | string; // 20 | 20% | center | top 20% | bottom 20%,
14
- border: number | null;
+ border?: number;
15
};
16
17
export type OptionsType = ParentOptionsType & {
0 commit comments