Skip to content

Commit

Permalink
Use fixed size
Browse files Browse the repository at this point in the history
Use fixed size
  • Loading branch information
ushelp committed Nov 6, 2023
1 parent 022602c commit 0e60e04
Show file tree
Hide file tree
Showing 14 changed files with 1,396 additions and 1,729 deletions.
5 changes: 1 addition & 4 deletions demo/demo_node.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const QRCode = require('../index.min');
const QRCode = require('../index');

const fs = require('fs');

Expand Down Expand Up @@ -64,9 +64,6 @@ var config3 = {
colorDark: "#473C8B",
colorLight: "#FFFACD",

// QuietZone
quietZone: 15,

// === Title
title: 'EasyQRCode', // Title
titleFont: "normal normal bold 24px Arial", // Title font
Expand Down
Binary file modified demo/q.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demo/q.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demo/q2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demo/q2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demo/q3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demo/q3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demo/q4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demo/q4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demo/qrcode-stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion demo/qrcode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0e60e04

Please sign in to comment.