8.8 released—CSS Media Query support, SF Symbols and much more...
Learn more
ImageAssetOptions
interface ImageAssetOptions {
  autoScaleFactor: boolean;
  height: number;
  keepAspectRatio: boolean;
  width: number;
}

Summary

Properties

autoScaleFactor

autoScaleFactor?: boolean

height

keepAspectRatio

keepAspectRatio?: boolean
Previous
IDevice