mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Allow use of 'tif' to select TIFF output (#2893)
This commit is contained in:
@@ -13,6 +13,7 @@ const formats = new Map([
|
||||
['png', 'png'],
|
||||
['raw', 'raw'],
|
||||
['tiff', 'tiff'],
|
||||
['tif', 'tiff'],
|
||||
['webp', 'webp'],
|
||||
['gif', 'gif'],
|
||||
['jp2', 'jp2'],
|
||||
|
||||
Reference in New Issue
Block a user