Skip to content

Commit d348502

Browse files
committed
Fix qrcode
1 parent 9b770ee commit d348502

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/qr-code.cut.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function cropImage () {
3737

3838
// Calculate new dimensions
3939
const cropTop = 340
40-
const cropBottom = 230
40+
const cropBottom = 100
4141
const cropLeft = 120
4242
const cropRight = 120
4343
const newWidth = originalWidth - cropLeft - cropRight
10.7 KB
Loading

0 commit comments

Comments
 (0)