qrlayout-core 1.0.8 → 1.0.9
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 +6 -2
- package/package.json +8 -1
package/README.md
CHANGED
|
@@ -3,7 +3,11 @@
|
|
|
3
3
|
A powerful, framework-agnostic QR code layout engine for designing and printing QR code stickers and labels. Create pixel-perfect layouts with text and QR codes, and export them to **PNG**, **PDF**, or **ZPL** (Zebra Programming Language).
|
|
4
4
|
|
|
5
5
|
> [!NOTE]
|
|
6
|
-
> This package is the core rendering engine. For a visual drag-and-drop designer
|
|
6
|
+
> This package is the core rendering engine. For a visual drag-and-drop designer, check out **[qrlayout-ui](../ui/README.md)**.
|
|
7
|
+
> It is a **Framework-Agnostic** embeddable UI component that works with **React, Vue, Angular, Svelte, and Vanilla JS**.
|
|
8
|
+
>
|
|
9
|
+
> Visit our **[Live Demo](https://qr-layout-designer.netlify.app/)** to see it in action.
|
|
10
|
+
|
|
7
11
|
|
|
8
12
|
## Features
|
|
9
13
|
|
|
@@ -18,7 +22,7 @@ QR code, qrcode, qr-code, layout, sticker, label, generator, renderer, PDF, ZPL,
|
|
|
18
22
|
|
|
19
23
|
## Live Demo & Examples
|
|
20
24
|
|
|
21
|
-
- **[Interactive
|
|
25
|
+
- **[Interactive Demo](https://qr-layout-designer.netlify.app/)**: A full-featured designer built with `qrlayout-core` and `qrlayout-ui`.
|
|
22
26
|
- **[React Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/tree/main/examples/demo-react)**: Reference implementation for monorepo usage.
|
|
23
27
|
|
|
24
28
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,16 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qrlayout-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "QR code layout builder, renderer, and exporter for stickers, labels, and PDFs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"qr",
|
|
7
7
|
"qrcode",
|
|
8
8
|
"qr-code",
|
|
9
9
|
"qr-layout",
|
|
10
|
+
"qr-layout",
|
|
10
11
|
"qr-layout-designer",
|
|
11
12
|
"layout",
|
|
12
13
|
"qr-sticker",
|
|
13
14
|
"qr-label",
|
|
15
|
+
"zpl-generator",
|
|
16
|
+
"pdf-generation",
|
|
17
|
+
"label-printing",
|
|
18
|
+
"layout",
|
|
19
|
+
"qr-sticker",
|
|
20
|
+
"qr-label",
|
|
14
21
|
"generator",
|
|
15
22
|
"renderer",
|
|
16
23
|
"zpl",
|