mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06: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>
|
* </code></pre>
|
||||||
* @function
|
* @function
|
||||||
* @example
|
* @example
|
||||||
* // sets webp as supported and png as unsupported
|
* // sets bmp as supported and png as unsupported
|
||||||
* setImageFormatsSupported({webp: true, png: false});
|
* setImageFormatsSupported({bmp: true, png: false});
|
||||||
* @param {Object} formats An object containing format extensions as
|
* @param {Object} formats An object containing format extensions as
|
||||||
* keys and booleans as values.
|
* keys and booleans as values.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user