feat(SW-365): Added focal point to imagevault typings and to image component
This commit is contained in:
@@ -33,6 +33,7 @@ export function insertResponseToImageVaultAsset(
|
||||
height: mediaConversion.Height,
|
||||
aspectRatio,
|
||||
},
|
||||
focalPoint: response.FocalPoint || { x: 50, y: 50 },
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user