电子应用程序和模块的有用实用程序-Node.js开发

时间:2024-06-16 03:38:30
【文件属性】:

文件名称:电子应用程序和模块的有用实用程序-Node.js开发

文件大小:106KB

文件格式:ZIP

更新时间:2024-06-16 03:38:30

Node.js HTTP

electro-util用于开发Electron应用程序和模块的有用实用程序这只是我在使用Electron时经常需要的一些自以为是的收藏。 不要使用这个。 安装$ npm install electro-utilelectron-util适用于Electron应用程序和模块的实用程序您可以在主进程和渲染器进程中直接使用此模块。 安装$ npm install electro-util需要Electron 5或更高版本。 用法const {is} = require('electron-util'); console.log(is.macos && is.main); // =>真正的API内容api是electroVersion chromeVersion平台()activeWindow()runJS()fixPathForAsarUnpack()执行MacOSAppLocation()menuBarHeight()getWindowBoundsCentered()centerWindow()di


【文件预览】:
electron-util-main
----.gitignore(23B)
----media()
--------screenshot-about-window-linux.png(47KB)
----package.json(961B)
----.npmrc(19B)
----index.js(7KB)
----test.js(482B)
----.github()
--------workflows()
--------funding.yml(91B)
----license(1KB)
----example.js(2KB)
----node.js(307B)
----readme.md(15KB)
----index.test-d.ts(2KB)
----source()
--------is-using-asar.js(170B)
--------enforce-macos-app-location.js(1KB)
--------open-system-preferences.js(342B)
--------api.js(198B)
--------is.js(446B)
----.gitattributes(29B)
----fixtures()
--------Icon.png(40KB)
----.editorconfig(175B)
----index.d.ts(18KB)

网友评论