node-win-screen-resolution:在Windows上获取当前和所有可用的屏幕分辨率

时间:2024-04-27 06:49:37
【文件属性】:

文件名称:node-win-screen-resolution:在Windows上获取当前和所有可用的屏幕分辨率

文件大小:28KB

文件格式:ZIP

更新时间:2024-04-27 06:49:37

nodejs windows resolution screen native-module

NAPI本机C ++插件,用于获取Windows上当前和所有可用的屏幕分辨率。 例子 const resolution = require ( "win-screen-resolution" ) ; const current = resolution . current ( ) ; // {width: i, height: i} const available = resolution . list ( ) ; // [{width: i, height: i}, ... ] console . log ( current ) ; // { width: 1920, height: 1080 } console . log ( available ) ; /* [ { width: 1920, height: 1080 }, { width: 1768, height: 992


【文件预览】:
node-win-screen-resolution-master
----.eslintrc.json(632B)
----binding.gyp(691B)
----lib()
--------index.cjs(2KB)
--------src()
--------esm.mjs(197B)
----.npmignore(36B)
----LICENSE(1KB)
----test()
--------test.cjs(304B)
----README.md(1KB)
----.gitignore(20B)
----package-lock.json(58KB)
----package.json(1KB)

网友评论

  • github上有