We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606d41e commit 0530fd4Copy full SHA for 0530fd4
1 file changed
types/qrcode-svg/index.d.ts
@@ -28,7 +28,7 @@ declare class QRCode {
28
* @param opt Set the container. Defaults to `{ container: "svg" }`.
29
* @return The svg string.
30
*/
31
- svg(opt?: { container: "svg" | "g" | "none" }): string;
+ svg(opt?: { container: "svg" | "svg-viewbox" | "g" | "none" }): string;
32
/**
33
* Writes this QRCode to a file. Requires `fs`.
34
* @param file The filename to write to
0 commit comments