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).
Comments
Post a Comment