8.6 Released with 🥽 visionOS support and more!
Check it out
ImageAssetOptions
interface ImageAssetOptions {
  autoScaleFactor: boolean;
  height: number;
  keepAspectRatio: boolean;
  width: number;
}

Summary ​

Properties ​

autoScaleFactor ​

autoScaleFactor?: boolean

height ​

keepAspectRatio ​

keepAspectRatio?: boolean
Previous
IDevice