UNPKG

hmpps-open-layers-map

Version:

A native Web Component for displaying maps using OpenLayers.

10 lines (9 loc) 273 B
export function supportsWebGL() { try { const canvas = document.createElement('canvas'); return !!(window.WebGLRenderingContext && (canvas.getContext('webgl') || canvas.getContext('experimental-webgl'))); } catch { return false; } }