webgl-help

1.0.0 • Public • Published

webgl-help

build status

Provide useful upgrading & debugging information to users with WebGL disabled or unavailable.

API

webglHelp

Parameters

  • userAgentString string the contents of navigator.userAgent

Examples

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)

Readme

Keywords

Package Sidebar

Install

npm i webgl-help

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • tmcw