Skip to content

Commit 0e60e04

Browse files
committed
Use fixed size
Use fixed size
1 parent 022602c commit 0e60e04

14 files changed

+1396
-1729
lines changed

demo/demo_node.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const QRCode = require('../index.min');
1+
const QRCode = require('../index');
22

33
const fs = require('fs');
44

@@ -64,9 +64,6 @@ var config3 = {
6464
colorDark: "#473C8B",
6565
colorLight: "#FFFACD",
6666

67-
// QuietZone
68-
quietZone: 15,
69-
7067
// === Title
7168
title: 'EasyQRCode', // Title
7269
titleFont: "normal normal bold 24px Arial", // Title font

demo/q.jpg

3.28 KB
Loading

demo/q.png

58 Bytes
Loading

demo/q2.jpg

2.17 KB
Loading

demo/q2.png

206 Bytes
Loading

demo/q3.jpg

2.4 KB
Loading

demo/q3.png

-2.48 KB
Loading

demo/q4.jpg

1.43 KB
Loading

demo/q4.png

-1.15 KB
Loading

demo/qrcode-stream.png

223 Bytes
Loading

demo/qrcode.svg

+1-1
Loading

0 commit comments

Comments
 (0)