Skip to content

FallingSnow/gpu-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published