gpu-info

0.0.1 • Public • Published

gpu-info

Provides nodejs with information about the system's GPUs.

Currently only supports gpu detection on Windows.

Usage

Returns an array of GPUs.

const gpuInfo = require('gpu-info');
gpuInfo().then(function(data) {
    console.log('GPUS:', data);
});

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.121latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.121

Package Sidebar

Install

npm i gpu-info

Weekly Downloads

21

Version

0.0.1

License

MIT

Last publish

Collaborators

  • fallingsnow