lovell / sharp

High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
https://sharp.pixelplumbing.com
Apache License 2.0
29.36k stars 1.3k forks source link

fix(types): chroma-subsampling can be undefined #4191

Closed DavidVaness closed 3 months ago

DavidVaness commented 3 months ago

change chromaSubsampling type to be a union with undefined

lovell commented 3 months ago

Good spot, thanks for the PR.