@types/imagemin-mozjpeg
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -13,3 +13,3 @@ // Type definitions for imagemin-mozjpeg 8.0 | ||
/** Compression quality, in range 0 (worst) to 100 (perfect). */ | ||
quality?: number; | ||
quality?: number | undefined; | ||
@@ -20,3 +20,3 @@ /** | ||
*/ | ||
progressive?: boolean; | ||
progressive?: boolean | undefined; | ||
@@ -27,3 +27,3 @@ /** | ||
*/ | ||
targa?: boolean; | ||
targa?: boolean | undefined; | ||
@@ -34,3 +34,3 @@ /** | ||
*/ | ||
revert?: boolean; | ||
revert?: boolean | undefined; | ||
@@ -41,3 +41,3 @@ /** | ||
*/ | ||
fastCrush?: boolean; | ||
fastCrush?: boolean | undefined; | ||
@@ -51,3 +51,3 @@ /** | ||
*/ | ||
dcScanOpt?: number; | ||
dcScanOpt?: number | undefined; | ||
@@ -59,3 +59,3 @@ /** | ||
*/ | ||
trellis?: boolean; | ||
trellis?: boolean | undefined; | ||
@@ -66,3 +66,3 @@ /** | ||
*/ | ||
trellisDC?: boolean; | ||
trellisDC?: boolean | undefined; | ||
@@ -73,3 +73,3 @@ /** | ||
*/ | ||
tune?: 'psnr' | 'hvs-psnr' | 'ssim' | 'ms-ssim'; | ||
tune?: 'psnr' | 'hvs-psnr' | 'ssim' | 'ms-ssim' | undefined; | ||
@@ -80,3 +80,3 @@ /** | ||
*/ | ||
overshoot?: boolean; | ||
overshoot?: boolean | undefined; | ||
@@ -87,3 +87,3 @@ /** | ||
*/ | ||
arithmetic?: boolean; | ||
arithmetic?: boolean | undefined; | ||
@@ -97,3 +97,3 @@ /** | ||
*/ | ||
dct?: 'int' | 'fast' | 'float'; | ||
dct?: 'int' | 'fast' | 'float' | undefined; | ||
@@ -104,3 +104,3 @@ /** | ||
*/ | ||
quantBaseline?: boolean; | ||
quantBaseline?: boolean | undefined; | ||
@@ -116,3 +116,3 @@ /** | ||
*/ | ||
quantTable?: number; | ||
quantTable?: number | undefined; | ||
@@ -122,3 +122,3 @@ /** | ||
*/ | ||
smooth?: number; | ||
smooth?: number | undefined; | ||
@@ -128,3 +128,3 @@ /** | ||
*/ | ||
maxMemory?: number; | ||
maxMemory?: number | undefined; | ||
@@ -134,3 +134,3 @@ /** | ||
*/ | ||
sample?: string[]; | ||
sample?: string[] | undefined; | ||
} | ||
@@ -137,0 +137,0 @@ } |
{ | ||
"name": "@types/imagemin-mozjpeg", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "TypeScript definitions for imagemin-mozjpeg", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin-mozjpeg", | ||
"license": "MIT", | ||
@@ -14,3 +15,3 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -25,4 +26,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "c7851403ff895cae078d6d1bf0088071812d12a6bc23ea7d1d8d280be098f453", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "2c722fd2a3e8a4604c328f6787ab72d6a501367c08448421dc7a096527387368", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin-mozjpeg | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin-mozjpeg. | ||
Additional Details | ||
* Last updated: Tue, 24 Sep 2019 23:10:52 GMT | ||
* Dependencies: @types/imagemin | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 21:33:39 GMT | ||
* Dependencies: [@types/imagemin](https://npmjs.com/package/@types/imagemin) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Jeff Chan <https://github.com/hkjeffchan>. | ||
These definitions were written by [Jeff Chan](https://github.com/hkjeffchan). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6015
0