@pixelverse/strichjs-sdk 1.6.0 → 1.6.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 CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
4
4
 
5
+ ## [1.6.1] - 2024-12-16
6
+
7
+ ### Added
8
+
9
+ - Added `maskColor` configuration option to de-emphasize the area around the viewfinder rectangle. Using dark, semi-transparent color like `rgba(0,0,0,0.5)` works best to keep the user focused on region of interest.
10
+ - Added configuration options `viewfinderBorderWidth` and `viewfinderCornerRadius` for styling the viewfinder rectangle.
11
+
5
12
  ## [1.6.0] - 2024-11-25
6
13
 
7
14
  ### Added