UNPKG

@cauca-911/core

Version:

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

9 lines (8 loc) 345 B
import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ImageService { compress(file: File, maxWidth?: number, maxHeight?: number): Observable<File>; private findRatio; static ɵfac: i0.ɵɵFactoryDeclaration<ImageService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ImageService>; }