UNPKG

nativescript-image-cache

Version:

Nativescript image caching plugin using Fresco for Android and SDWebImageCache for iOS

18 lines (15 loc) 310 B
declare class UIImageView { contentMode: UIViewContentMode clipsToBounds: boolean userInteractionEnabled: boolean image: any } declare enum UIViewContentMode { ScaleAspectFit, ScaleAspectFill, ScaleToFill, TopLeft, } declare class SDImageCache { static sharedImageCache }