@vvfx/sdk 0.0.0-alpha.56 → 0.0.0-alpha.57

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
@@ -1107,6 +1107,7 @@ declare class SDK {
1107
1107
  * @param zoom 缩放值
1108
1108
  */
1109
1109
  setPageZoom(zoom: number): void;
1110
+ setPageMove(targetTranslation: Vector2): void;
1110
1111
  /**
1111
1112
  * @description 设置静态预览功能开关
1112
1113
  * @param enabled 功能开关
package/dist/index.d.ts CHANGED
@@ -1107,6 +1107,7 @@ declare class SDK {
1107
1107
  * @param zoom 缩放值
1108
1108
  */
1109
1109
  setPageZoom(zoom: number): void;
1110
+ setPageMove(targetTranslation: Vector2): void;
1110
1111
  /**
1111
1112
  * @description 设置静态预览功能开关
1112
1113
  * @param enabled 功能开关