UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

11 lines (10 loc) 368 B
import { ImageAssetBase } from './image-asset-common'; export * from './image-asset-common'; export declare class ImageAsset extends ImageAssetBase { private _ios; constructor(asset: string | PHAsset | UIImage); get ios(): PHAsset; set ios(value: PHAsset); getImageAsync(callback: (image: any, error: any) => void): void; private scaleImage; }