Add README.md to WelsonJS.Toolkit

This commit is contained in:
Namhyeon Go 2024-11-05 21:03:41 +09:00
parent 55d34f833d
commit 6d0a6c645f
2 changed files with 19 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">GPL-3.0-only</license> <license type="expression">GPL-3.0-only</license>
<icon>logo.png</icon> <icon>logo.png</icon>
<readme>README.md</readme>
<projectUrl>https://github.com/gnh1201/welsonjs</projectUrl> <projectUrl>https://github.com/gnh1201/welsonjs</projectUrl>
<description>Native toolkit for WelsonJS framework-based RPA applications.</description> <description>Native toolkit for WelsonJS framework-based RPA applications.</description>
<releaseNotes>Updated release</releaseNotes> <releaseNotes>Updated release</releaseNotes>
@ -16,5 +17,6 @@
</metadata> </metadata>
<files> <files>
<file src="assets\img\logo.png" /> <file src="assets\img\logo.png" />
<file src="assets\docs\README.md" />
</files> </files>
</package> </package>

View File

@ -0,0 +1,17 @@
# WelsonJS.Toolkit
WelsonJS.Toolkit is a native toolkit for WelsonJS. Of course, it can also be used in other projects.
This library supports COM and provides the following features:
* Access and control Windows handles
* Send keyboard and mouse click commands to Windows handles
* Use Named Shared Memory
* Read and modify INI files
* Encryption (HIGHT)
* Compression (LZ77)
* Bitmap handling
For more details, refer to the [WelsonJS Documentation](https://catswords-oss.rdbl.io/5719744820/5330609327).
Source code available: https://github.com/gnh1201/welsonjs