@shotstack/shotstack-studio 1.5.0 → 1.5.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/dist/index.d.ts CHANGED
@@ -3655,6 +3655,7 @@ declare abstract class Player extends Entity {
3655
3655
  getPivot(): Vector;
3656
3656
  protected getFitScale(): number;
3657
3657
  getScale(): number;
3658
+ protected getContainerScale(): Vector;
3658
3659
  getRotation(): number;
3659
3660
  isActive(): boolean;
3660
3661
  shouldDiscardFrame(): boolean;