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
Copy file name to clipboardExpand all lines: QRCode.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
*
4
4
* React Native QRCode generation component. Can generate standard QRCode image or base64 image data url text. Cross-browser QRCode generator for pure javascript. Support Dot style, Logo, Background image, Colorful, Title etc. settings. support binary mode.
5
5
*
6
-
* Version 3.9.4
6
+
* Version 3.9.5
7
7
*
8
8
* @author [ inthinkcolor@gmail.com ]
9
9
*
@@ -1435,14 +1435,14 @@ function QRCode(canvas, vOption) {
1435
1435
quietZoneColor: "rgba(0,0,0,0)",
1436
1436
1437
1437
title: "",
1438
-
titleFont: "bold 16px Arial",
1438
+
titleFont: "normal normal bold 16px Arial",
1439
1439
titleColor: "#000000",
1440
1440
titleBackgroundColor: "#ffffff",
1441
1441
titleHeight: 0,// Title Height, Include subTitle
1442
1442
titleTop: 30,// draws y coordinates. default is 30
1443
1443
1444
1444
subTitle: "",
1445
-
subTitleFont: "14px Arial",
1445
+
subTitleFont: "normal normal normal 14px Arial",
1446
1446
subTitleColor: "#4F4F4F",
1447
1447
subTitleTop: 60,// draws y coordinates. default is 0
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "easyqrcode-react-native",
3
-
"version": "3.9.4",
3
+
"version": "3.9.5",
4
4
"description": "React Native QRCode generation component. 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 mode.",
0 commit comments