@pixelverse/strichjs-sdk 1.13.0 → 1.13.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 +7 -0
- package/dist/strich-noesm.js +12 -12
- package/dist/strich.d.ts +2 -2
- package/dist/strich.js +12 -12
- package/package.json +1 -1
package/dist/strich.d.ts
CHANGED
|
@@ -1061,7 +1061,7 @@ export declare type SymbologySpec = {
|
|
|
1061
1061
|
*
|
|
1062
1062
|
* @defaultValue false
|
|
1063
1063
|
*/
|
|
1064
|
-
roundedFPs
|
|
1064
|
+
roundedFPs?: boolean;
|
|
1065
1065
|
/**
|
|
1066
1066
|
* Enable detection of QR Codes on curved/bent surfaces.
|
|
1067
1067
|
*
|
|
@@ -1072,7 +1072,7 @@ export declare type SymbologySpec = {
|
|
|
1072
1072
|
*
|
|
1073
1073
|
* @defaultValue false
|
|
1074
1074
|
*/
|
|
1075
|
-
curved
|
|
1075
|
+
curved?: boolean;
|
|
1076
1076
|
} | {
|
|
1077
1077
|
/** The name of the 2D symbology */
|
|
1078
1078
|
name: 'aztec' | 'datamatrix' | 'pdf417' | 'microqr';
|