mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Remove demo references to the modular renderer.
This commit is contained in:
parent
23496cb049
commit
191ba39cbb
@ -15,8 +15,7 @@ const labels = {
|
||||
}
|
||||
const drawers = {
|
||||
canvas: "Context2d drawer (default in OSD <= 4.1.0)",
|
||||
webgl: "New WebGL drawer",
|
||||
universal_webgl: "New WebGL (Modular)"
|
||||
webgl: "New WebGL drawer"
|
||||
}
|
||||
|
||||
//Support drawer type from the url
|
||||
|
@ -16,7 +16,6 @@ const labels = {
|
||||
const drawers = {
|
||||
canvas: "Context2d drawer (default in OSD <= 4.1.0)",
|
||||
webgl: "New WebGL drawer",
|
||||
universal_webgl: "New WebGL (Modular)",
|
||||
html: ""
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user