@qr-platform/qr-code.js 0.20.0 → 0.20.1
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/CHANGELOG.md +6 -0
- package/README.md +2 -1
- package/docs/commercial-use.md +5 -4
- package/docs/documentation.md +2 -2
- package/lib/browser.js +1 -1
- package/lib/esm.js +1 -1
- package/lib/index.js +1 -1
- package/lib/node.js +1 -1
- package/package.json +1 -1
- package/lib/node/utils/token-validator.d.ts +0 -19
- package/lib/utils/token-validator.d.ts +0 -19
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -165,7 +165,8 @@ qrCode.serialize().then(svgString => {
|
|
|
165
165
|
* **[API Reference](./docs/api-reference-guide.md)**: Detailed reference for all classes, methods, and types.
|
|
166
166
|
* **[Usage Guide](./docs/usage-guide.md)**: Practical examples and explanations for common use cases.
|
|
167
167
|
* **[Basic Examples](./docs/examples.md)**: Simple examples to get started quickly.
|
|
168
|
-
* **[Advanced Examples](./docs/advanced-examples.md)**: Demonstrations of complex configurations and feature combinations
|
|
168
|
+
* **[Advanced Examples](./docs/advanced-examples.md)**: Demonstrations of complex configurations and feature combinations.
|
|
169
|
+
* **[Commercial Use](./docs/commercial-use.md)**: Information for commercial use of QRCode.js library.
|
|
169
170
|
|
|
170
171
|
## 📜 License and Support
|
|
171
172
|
|
package/docs/commercial-use.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
This page explains how you can use the QRCode.js library in your commercial projects, based on our official license terms. Our goal is to make it clear what's possible and what's required when you're building applications intended to generate revenue or that are not open-source.
|
|
1
|
+
---
|
|
2
|
+
title: Using QRCode.js in Commercial Applications
|
|
3
|
+
description: This page explains how you can use the QRCode.js library in your commercial projects, based on our official license terms. Our goal is to make it clear what's possible and what's required when you're building applications intended to generate revenue or that are not open-source.
|
|
4
|
+
---
|
|
4
5
|
|
|
5
6
|
## What is Considered Commercial Use?
|
|
6
7
|
|
|
@@ -64,4 +65,4 @@ We're here to help you understand the licensing and ensure you can use QRCode.js
|
|
|
64
65
|
|
|
65
66
|
---
|
|
66
67
|
|
|
67
|
-
**Disclaimer:** This document provides a plain English summary for convenience. The full [QRCode.js Library - License Terms and Conditions](https://github.com/qr-platform/qr-code.js/blob/main/LICENSE.md) is the legally binding document. Please refer to it for complete details.
|
|
68
|
+
**Disclaimer:** This document provides a plain English summary for convenience. The full [QRCode.js Library - License Terms and Conditions](https://github.com/qr-platform/qr-code.js/blob/main/LICENSE.md) is the legally binding document. Please refer to it for complete details.
|
package/docs/documentation.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
title: 'QRCode.js
|
|
2
|
+
title: 'QRCode.js Documentation'
|
|
3
3
|
description: 'Comprehensive documentation for QRCode.js, including installation, usage, and customization options, with a focus on styling, borders, and advanced features.'
|
|
4
4
|
---
|
|
5
5
|
|
|
@@ -8,7 +8,7 @@ description: 'Comprehensive documentation for QRCode.js, including installation,
|
|
|
8
8
|
QRCode.js is a professional JavaScript/TypeScript library for creating customized QR codes, offering a blend of simplicity and sophistication. With versatile styling options—dot shapes, colors, gradients, embedded images, borders, and text—it enables you to design unique, visually appealing QR codes that work flawlessly with standard scanners. QRCode.js is part of QR-Platform: All-in-One QR Codes Management Solution.
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
This documentation provides
|
|
11
|
+
This documentation provides an overview of all available options to help you create the perfect QR code for your needs.
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|