Skip to content

Commit b43078d

Browse files
committed
ew version 3.7.2 released!
# Fixed when qrcode text too long will exception code length overflow.
1 parent bef1c62 commit b43078d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* NodeJS QRCode generator. Can get standard base64 image data url text or save image to file. Cross-browser QRCode generator for pure javascript. Support Dot style, Logo, Background image, Colorful, Title etc. settings. Support binary(hex) data mode. (Running without DOM on server side)
55
*
6-
* Version 3.7.1
6+
* Version 3.7.2
77
*
88
* @author [ [email protected] ]
99
*
@@ -785,7 +785,7 @@ QRRSBlock.RS_BLOCK_TABLE = [
785785
[5, 109, 87, 1, 110, 88],
786786
[5, 65, 41, 5, 66, 42],
787787
[5, 54, 24, 7, 55, 25],
788-
[11, 36, 12],
788+
[11, 36, 12, 7, 37, 13],
789789
[5, 122, 98, 1, 123, 99],
790790
[7, 73, 45, 3, 74, 46],
791791
[15, 43, 19, 2, 44, 20],

0 commit comments

Comments
 (0)