UNPKG

smart-file-upload

Version:

Smart file upload

7 lines (6 loc) 227 B
import { PathService } from './path.service'; export declare class ImageMagickService { private readonly pathService; constructor(pathService: PathService); compressCommand(input: string, output: string): string; }