UNPKG

@cause-911/core

Version:

Run `npm install @cause-911/core --save` to add this library to your project

7 lines (6 loc) 198 B
import { Observable } from 'rxjs'; export declare class ImageService { constructor(); compress(file: File, maxWidth?: number, maxHeight?: number): Observable<File>; private findRatio; }