1
0
Fork 0
mirror of https://github.com/openseadragon/openseadragon.git synced 2025-04-05 06:43:31 +03:00

Fix , add webp to supported image formats

This commit is contained in:
Richard Benjamin Allen 2024-01-22 09:43:02 +00:00
parent 6abcc76a93
commit 4e9134f66a

View file

@ -2607,7 +2607,8 @@ function OpenSeadragon( options ){
* jpg: true,
* png: true,
* tif: false,
* wdp: false
* wdp: false,
* webp: true
* }
* </code></pre>
* @function
@ -2673,7 +2674,8 @@ function OpenSeadragon( options ){
jpg: true,
png: true,
tif: false,
wdp: false
wdp: false,
webp: true
},
URLPARAMS = {};