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);
});

Readme

Keywords

Package Sidebar

Install

npm i gpu-info

Weekly Downloads

92

Version

0.0.1

License

MIT

Last publish

Collaborators

  • fallingsnow