javascript - How to extract GPU information in electron app? -


is there option retrieve graphic card running on system (windows) not require usage of chrome://gpu/ ?

from quick google search, found package called systeminfo , has function called graphics. return array of graphics controllers , displays can filter 2 major vendors (ati/amd , nvidia).

package: https://www.npmjs.com/package/systeminformation


Comments

Popular posts from this blog

python - What's the Pythonic way to report nonfatal errors in a parser? -

sql server - Deadlock occuring in Clustered Columnstore index -

php - curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to domain.com:443 -