get-gpu
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

get-gpu

This lib allows to get the GPU info.

Example

const { getGpu } = require('get-gpu');
// or
// const getGpu = require('get-gpu');

const {
    debugInfo, // WebGLDebugRendererInfo (see https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_debug_renderer_info) | undefined
    renderer, // "AMD Radeon Pro 555 OpenGL Engine"
    vendor, // "ATI Technologies Inc."
} = getGpu();

Readme

Keywords

Package Sidebar

Install

npm i get-gpu

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

3.08 kB

Total Files

5

Last publish

Collaborators

  • numminorihsf