UNPKG

@thi.ng/checks

Version:
10 lines (9 loc) 178 B
export const hasWebGL = () => { try { document.createElement("canvas").getContext("webgl"); return true; } catch (e) { return false; } };