/** * Checks the browser for webGL support and throws/catches an error if not supported, pushing the error to the passed in error object/array */ declare const checkWebGlSupport: () => unknown[]; export default checkWebGlSupport;