qrlayout-core 1.1.2 → 1.1.4

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 +2 -2
  2. package/package.json +10 -19
package/README.md CHANGED
@@ -20,7 +20,7 @@ A powerful, framework-agnostic QR code layout engine for designing and printing
20
20
 
21
21
  ## Keywords
22
22
 
23
- QR code, qrcode, qr-code, layout, sticker, label, generator, renderer, PDF, ZPL, barcode, thermal printer.
23
+ `qr-code`, `zpl`, `pdf`, `barcode-rendering`, `thermal-printer`, `headless`, `batch-printing`, `zebra-printer`
24
24
 
25
25
  ## Live Demo & Examples
26
26
 
@@ -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,27 +1,18 @@
1
1
  {
2
2
  "name": "qrlayout-core",
3
- "version": "1.1.2",
4
- "description": "QR code layout builder, renderer, and exporter for stickers, labels, and PDFs",
3
+ "version": "1.1.4",
4
+ "description": "Headless rendering engine for QR code layouts, supporting ZPL, PDF, and Canvas.",
5
5
  "keywords": [
6
- "qr",
7
- "qrcode",
8
6
  "qr-code",
9
- "qr-layout",
10
- "qr-layout",
11
- "qr-layout-designer",
12
- "layout",
13
- "qr-sticker",
14
- "qr-label",
15
- "zpl-generator",
16
- "pdf-generation",
17
- "label-printing",
18
- "layout",
19
- "qr-sticker",
20
- "qr-label",
21
- "generator",
22
- "renderer",
23
7
  "zpl",
24
- "thermal-printer"
8
+ "pdf",
9
+ "qrcode-rendering",
10
+ "thermal-printer",
11
+ "headless",
12
+ "batch-printing",
13
+ "zebra-printer",
14
+ "label-printing",
15
+ "qr-label"
25
16
  ],
26
17
  "author": "Shashidhar Naik <shashidharnaik8@gmail.com>",
27
18
  "license": "MIT",