qrlayout-core 1.0.2 → 1.0.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.
- package/README.md +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/
|
|
18
|
+
- **[React Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/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,
|
|
136
|
+
| `content` | `string` | Text, URL, source. Supports `{{key}}` syntax. |
|
|
137
137
|
|
|
138
138
|
## License
|
|
139
139
|
|