UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
webgl
/
capabilities
/
isWebGL2Context.js
3 lines
(1 loc)
•
118 B
JavaScript
View Raw
1
2
3
function
n
(
n
){
return
window
.
WebGL2RenderingContext
&&n
instanceof
window
.
WebGL2RenderingContext
}
export
{n
as
default
};