🚀 8.9 Released! → ⚡️ New Node-API Engine Preview, 📲 ns widget ios, 💅 Tailwind v4 and more...
Read Announcement
ImageAssetOptions
interface ImageAssetOptions {
  autoScaleFactor: boolean;
  height: number;
  keepAspectRatio: boolean;
  width: number;
}

Summary

Properties

autoScaleFactor

autoScaleFactor?: boolean

height

keepAspectRatio

keepAspectRatio?: boolean
Previous
IDevice