@vvfx/sdk 0.0.0-alpha.53 → 0.0.0-alpha.55

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/dist/index.d.cts CHANGED
@@ -1243,6 +1243,7 @@ declare class SDK {
1243
1243
  setPictureCutGizmoLockScale(state: boolean): void;
1244
1244
  setPictureExpandGizmoLockScale(state: boolean): void;
1245
1245
  viewportFit(): void;
1246
+ getItemBoxById(idInfo: string): Box2;
1246
1247
  }
1247
1248
 
1248
1249
  type SizeAdaptDirection = 'x' | 'y';
package/dist/index.d.ts CHANGED
@@ -1243,6 +1243,7 @@ declare class SDK {
1243
1243
  setPictureCutGizmoLockScale(state: boolean): void;
1244
1244
  setPictureExpandGizmoLockScale(state: boolean): void;
1245
1245
  viewportFit(): void;
1246
+ getItemBoxById(idInfo: string): Box2;
1246
1247
  }
1247
1248
 
1248
1249
  type SizeAdaptDirection = 'x' | 'y';