@acrool/imgz-client
Advanced tools
Comparing version 0.0.2-alpha.5 to 0.0.3-alpha.0
export interface IResize { | ||
width?: number; | ||
height?: number; | ||
maintainAspectRatio?: 'width' | 'height' | 'min' | 'max'; | ||
ignoreOverSize?: boolean; | ||
} | ||
@@ -5,0 +7,0 @@ export interface ISquashOptions { |
{ | ||
"name": "@acrool/imgz-client", | ||
"version": "0.0.2-alpha.5", | ||
"version": "0.0.3-alpha.0", | ||
"description": "This is a Client of the acrool-imgz api server, which can isolate its core from the impact of the environment version.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
40669
684