0.0.0 • Published 6 years ago

webgl-hardware v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

webgl-hardware

Detect the specs of a device

Install

# Yarn
yarn add webgl-hardware
# NPM
npm install webgl-hardware

Usage

import WebGLHardware from 'webgl-hardware';

const report = WebGLHardware();
report.unMaskedRenderer // "Intel Iris OpenGL Engine"
report.unMaskedVendor // "Intel Inc."
report.glVersion // "WebGL 1.0 (OpenGL ES 2.0 Chromium)"

Prior Art