()
| 2891 | exports.webGLTypesAvailable = webGLTypesAvailable; |
| 2892 | |
| 2893 | function getWebGL2RenderingContext() { |
| 2894 | var WebGL2RenderingContextNotSupported = function WebGL2RenderingContextNotSupported() { |
| 2895 | (0, _classCallCheck2.default)(this, WebGL2RenderingContextNotSupported); |
| 2896 | }; |
| 2897 | |
| 2898 | return _globals.global.WebGL2RenderingContext || WebGL2RenderingContextNotSupported; |
| 2899 | } // Ensure that Image is defined under Node.js |
| 2900 | |
| 2901 | |
| 2902 | function getImage() { |