Skip to content

Commit 7831b7e

Browse files
committed
TS no method issue fixed
TS no method issue fixed
1 parent 82208af commit 7831b7e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ declare class QRCode {
88
constructor(vOption: any);
99

1010
saveImage(saveOptions: any): any;
11+
12+
saveSVG(saveOptions: any): any;
1113

1214
toDataURL(format?: any): any;
15+
16+
toSVGText(format?: any): any;
1317

1418
static CorrectLevel: {
1519
H: number;

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* NodeJS QRCode generator. Can save image or svg to file, get standard base64 image data url text or get SVG serialized text. Cross-browser QRCode generator for pure javascript. Support Dot style, Logo, Background image, Colorful, Title etc. settings. support binary mode.(Running without DOM on server side)
55
*
6-
* Version 4.3.2
6+
* Version 4.3.3
77
*
88
* @author [ [email protected] ]
99
*

0 commit comments

Comments
 (0)