Update README.md

This commit is contained in:
Namhyeon Go 2024-03-21 02:09:23 +09:00
parent 7f37d5e396
commit 61de14a449

View File

@ -62,10 +62,12 @@ Dual license notice: The default license for this project is GPL 3.0. However, i
- lib/gtk (GTK-server and GladeXML supported GUI interface) - lib/gtk (GTK-server and GladeXML supported GUI interface)
- lib/chrome ([Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/) based Chrome/Chromium web browser testing interface) - lib/chrome ([Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/) based Chrome/Chromium web browser testing interface)
- lib/pipe-ipc (PIPE-based IPC(Inter-Process Communication) implementation) - lib/pipe-ipc (PIPE-based IPC(Inter-Process Communication) implementation)
- lib/toolkit (`WelsonJS.Toolkit` native component - lib/toolkit (`WelsonJS.Toolkit` native component)
* Virtualized Human Interfaces - Find and attach a handle of the window
* Cryptography - alert(), prompt() implementation in console mode
* [Named Shared Memory](https://learn.microsoft.com/en-us/windows/win32/memory/creating-named-shared-memory) based IPC(Inter-Process Communication) implementation - Virtualized Human Interfaces
- Cryptography
- [Named Shared Memory](https://learn.microsoft.com/en-us/windows/win32/memory/creating-named-shared-memory) based IPC(Inter-Process Communication) implementation
- lib/chatgpt ([ChatGPT](https://openai.com/chatgpt) integration) - lib/chatgpt ([ChatGPT](https://openai.com/chatgpt) integration)
- Everything you can imagine. - Everything you can imagine.