mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Fix, change set supported format example
This commit is contained in:
parent
4e9134f66a
commit
362a060512
@ -2613,8 +2613,8 @@ function OpenSeadragon( options ){
|
||||
* </code></pre>
|
||||
* @function
|
||||
* @example
|
||||
* // sets webp as supported and png as unsupported
|
||||
* setImageFormatsSupported({webp: true, png: false});
|
||||
* // sets bmp as supported and png as unsupported
|
||||
* setImageFormatsSupported({bmp: true, png: false});
|
||||
* @param {Object} formats An object containing format extensions as
|
||||
* keys and booleans as values.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user