rollup-generate-image-sizes
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "rollup-generate-image-sizes", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Automatically generate image sizes for use in srcsets.", | ||
@@ -5,0 +5,0 @@ "main": "dist/rollup-generate-image-sizes.cjs.js", |
@@ -46,3 +46,3 @@ # rollup-generate-image-sizes | ||
`outputFormat` (default: 'jpg' | `string` or `[string]`): The file extensions of the images we want to output. Must be a format supported by [sharp](https://sharp.pixelplumbing.com/api-output#toformat). | ||
`outputFormat` (default: 'jpg' | `string` or `[string]`): The file extensions of the images we want to output. Must be a format supported by [sharp](https://sharp.pixelplumbing.com/api-output#toformat) or `match`, which is used to match the input format. | ||
@@ -49,0 +49,0 @@ `forceUpscale` (default: false | `boolean`): If the source image is larger, do we want to forcibly generate a scaled up version or whether we should just ignore it. |
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
19864