qrlayout-core 1.1.1 → 1.1.2
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@ A powerful, framework-agnostic QR code layout engine for designing and printing
|
|
|
8
8
|
>
|
|
9
9
|
- **[ React Live Demo](https://qr-layout-designer.netlify.app/)**
|
|
10
10
|
- **[ Svelte Live Demo](https://qr-layout-designer-svelte.netlify.app/)**
|
|
11
|
+
- **[ Vue Live Demo](https://qr-layout-designer-vue.netlify.app/)**
|
|
11
12
|
|
|
12
13
|
|
|
13
14
|
## Features
|
|
@@ -24,10 +25,12 @@ QR code, qrcode, qr-code, layout, sticker, label, generator, renderer, PDF, ZPL,
|
|
|
24
25
|
## Live Demo & Examples
|
|
25
26
|
|
|
26
27
|
- **[Interactive Demo](https://qr-layout-designer.netlify.app/)**: A full-featured designer built with `qrlayout-core` and `qrlayout-ui`.
|
|
27
|
-
- **[React Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/tree/main/examples/
|
|
28
|
+
- **[React Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/tree/main/examples/react-demo)**: Reference implementation for monorepo usage.
|
|
28
29
|
|
|
29
30
|
- **[Svelte Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/tree/main/examples/svelte-demo)**: Reference implementation for Svelte 5 + Tailwind CSS.
|
|
30
31
|
|
|
32
|
+
- **[Vue Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/tree/main/examples/vue-demo)**: Reference implementation for Vue + Tailwind CSS.
|
|
33
|
+
|
|
31
34
|
## Installation
|
|
32
35
|
|
|
33
36
|
```bash
|