@arbisoft/react-design-tool 1.0.61 → 1.0.63

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 CHANGED
@@ -12,10 +12,16 @@ With this tool, you can:
12
12
 
13
13
  Perfect for integrating into applications that require user-driven visual content creation.
14
14
 
15
+ ### Image tinting at a glance
16
+ - Select any image to reveal **Tint Color**, **Tint Strength (0–100%)**, and **Remove Tint**.
17
+ - Default tint strength is set to **60%** for balanced coloring without hiding details.
18
+ - Works on-canvas and in exported images (Konva filter-based).
19
+
15
20
  ---
16
21
 
17
22
  ## 🔔 What’s New
18
23
 
24
+ - **Image tinting for photos**: New **Tint Color** and **Tint Strength** controls appear when an image is selected. Default tint is a balanced 60%, adjustable 0–100%, with a one-click **Remove Tint**.
19
25
  - **Auto-placement for QR ID**: When enabled, the QR ID text is **automatically positioned above the Location text** (`LOCATION_ELEMENT_ID`).
20
26
  If the Location element doesn’t exist, it’s **centered on the canvas**.
21
27
  - **Persistent QR ID across template switches**: If the QR ID was visible before switching templates, it stays visible and **reflows** for the new template.
@@ -58,13 +64,13 @@ yarn add @arbisoft/react-design-tool
58
64
  #### ⚠️ Important: Installation Guide for React 18 and Below
59
65
 
60
66
  ```bash
61
- npm install @arbisoft/react-design-tool@1.0.60
67
+ npm install @arbisoft/react-design-tool@1.0.62
62
68
  ```
63
69
 
64
70
  OR
65
71
 
66
72
  ```bash
67
- yarn add @arbisoft/react-design-tool@1.0.60
73
+ yarn add @arbisoft/react-design-tool@1.0.62
68
74
 
69
75
  ```
70
76