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)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.00latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.00

Package Sidebar

Install

npm i webgl-help

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • tmcw