Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Jul 19, 2021
1 parent 2823a89 commit cb09f5d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.sw*
*.un~
33 changes: 33 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# electron-modules

---

[中文版](README.md)

https://github.com/xudafeng/electron-webview-schedule

Webview scheduling management module supporting asynchronous queue for Electron.

https://github.com/xudafeng/electron-windows

Manage multiple windows of Electron gracefully and provides powerful features.

https://github.com/xudafeng/electrom

Electrom is a resource management solution for Electron applications, which is convenient for performance management and friendly debugging of multiple windows.

https://github.com/xudafeng/electron-pdf-window

view PDF files in electron browser windows

https://github.com/xudafeng/electron-json-storage

Easily write and read user settings in Electron apps

https://github.com/xudafeng/electron-cookies

Adds support for cookies in Electron. Cookies are persisted through localStorage.

https://github.com/xudafeng/network-interface

Operating system network-related library for Node.js is used to obtain hardware status and network environment changes, etc.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# electron-modules

---

[English Edition](README.en.md)

0 comments on commit cb09f5d

Please sign in to comment.