UNPKG

expo-image-manipulator

Version:

Provides functions that let you manipulation images on the local file system, eg: resize, crop.

4 lines 282 B
export declare function getContext(canvas: HTMLCanvasElement): CanvasRenderingContext2D; export declare function blobToBase64String(blob: Blob): Promise<string>; export declare function loadImageAsync(uri: string): Promise<HTMLCanvasElement>; //# sourceMappingURL=utils.web.d.ts.map