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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -