qrlayout-core 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -71,7 +71,7 @@ const myLayout: StickerLayout = {
71
71
  id: "qr-code",
72
72
  type: "qr",
73
73
  x: 70, y: 20, w: 25, h: 25,
74
- content: "{{visitorId}}" // Placeholder
74
+ content: "{{visitorId}} {{name}}" // Placeholder
75
75
  }
76
76
  ]
77
77
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qrlayout-core",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "QR code layout builder, renderer, and exporter for stickers, labels, and PDFs",
5
5
  "keywords": [
6
6
  "qr",