diff --git a/src/index.js b/src/index.js index 030c18a..4db0ff0 100644 --- a/src/index.js +++ b/src/index.js @@ -27,7 +27,7 @@ async function generateImage(title, tags, qrData) { const height = 26; getBackground(ctx, x, y, cornerSize, width, height); }); - ['1'].forEach(value => { + ['1'].forEach((value) => { const codeWidth = 135; const codeHeight = 154; const codeCornerSize = 12; @@ -41,7 +41,7 @@ async function generateImage(title, tags, qrData) { const textMeta = ctx.measureText(tag); const tagContent = { width: textMeta.width + 55, - tag + tag, }; const maxWidth = 173; for (let i = 0; i <= 300; i++) {