Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/numminorihsf/get-gpu
https://github.com/numminorihsf/get-gpu
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/numminorihsf/get-gpu
- Owner: NumminorihSF
- License: mit
- Created: 2021-05-18T08:27:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T10:14:25.000Z (over 3 years ago)
- Last Synced: 2024-10-06T05:21:35.412Z (about 1 month ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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();
```