qrlayout-core 1.0.2 → 1.0.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 +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ A powerful, framework-agnostic engine for designing and printing QR code sticker
15
15
  ## Live Demo & Examples
16
16
 
17
17
  - **[Interactive React Demo](https://qr-layout-design-react-demo.netlify.app/)**: A full-featured designer built with this package.
18
- - **[React Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/tree/example/demo-react)**: Reference implementation for monorepo usage.
18
+ - **[React Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/tree/main/examples/demo-react)**: Reference implementation for monorepo usage.
19
19
 
20
20
  ## Installation
21
21
 
@@ -133,7 +133,7 @@ pdfDoc.save("badges.pdf");
133
133
  | `type` | `"text" \| "qr"` | Type of element. |
134
134
  | `x`, `y` | `number` | Position from top-left. |
135
135
  | `w`, `h` | `number` | Width and height. |
136
- | `content` | `string` | Text, URL, or image source. Supports `{{key}}` syntax. |
136
+ | `content` | `string` | Text, URL, source. Supports `{{key}}` syntax. |
137
137
 
138
138
  ## License
139
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qrlayout-core",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "QR sticker layout builder/renderer/exporter core",
5
5
  "author": "Shashidhar Naik <shashidharnaik8@gmail.com>",
6
6
  "license": "MIT",