# webgl-help **Repository Path**: mirrors_mapbox/webgl-help ## Basic Information - **Project Name**: webgl-help - **Description**: provide useful help for webgl support, derived from get.webgl.org - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webgl-help [![build status](https://secure.travis-ci.org/mapbox/webgl-help.svg)](http://travis-ci.org/mapbox/webgl-help) Provide useful upgrading & debugging information to users with WebGL disabled or unavailable. ## API ### webglHelp **Parameters** - `userAgentString` **string** the contents of navigator.userAgent **Examples** ```javascript var webglHelp = require('webgl-help'); // get link for troubleshooting var links = webglHelp(navigator.userAgent); if (links) { // add links.troubleshooting url } ``` Returns **Object** upgrade & troubleshooting urls (or null if not found)