File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1919
2020> Manage multiple windows of Electron gracefully and provide powerful features.
2121
22+ <p align =" center " ><img src =" screenshot.png " width =" 600px " /></p >
23+
2224## Installation
2325
2426``` bash
2527$ npm i electron-windows --save
2628```
2729
28- ## Demo
29-
30- ![ ] ( ./screenshot.png )
31-
3230## Quick Start
3331
3432``` javascript
3533const WindowManager = require (' electron-windows' )
3634
35+ // Create a window manager instance
3736const windowManager = new WindowManager ()
3837
3938// Create a window
@@ -120,7 +119,7 @@ Static method. Set global user agent for all windows.
120119| :---: | :---: | :---: | :---: | :---: | :---: |
121120[ <img src =" https://avatars.githubusercontent.com/u/11213298?v=4 " width =" 80px; " /><br /><sub ><b >WynterDing</b ></sub >] ( https://github.com/WynterDing ) <br />|[ <img src =" https://avatars.githubusercontent.com/u/4081746?v=4 " width =" 80px; " /><br /><sub ><b >zlyi</b ></sub >] ( https://github.com/zlyi ) <br />|[ <img src =" https://avatars.githubusercontent.com/u/50158871?v=4 " width =" 80px; " /><br /><sub ><b >moshangqi</b ></sub >] ( https://github.com/moshangqi ) <br />
122121
123- This project follows the git-contributor [ spec] ( https://github.com/xudafeng/git-contributor ) , auto updated at ` Mon Feb 23 2026 15:23:51 GMT+0800` .
122+ This project follows the git-contributor [ spec] ( https://github.com/xudafeng/git-contributor ) , auto updated at ` Tue Feb 24 2026 17:35:12 GMT+0800` .
124123
125124<!-- GITCONTRIBUTOR_END -->
126125
You can’t perform that action at this time.
0 commit comments