mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 07:21:43 +00:00
Add README.md to WelsonJS.Toolkit
This commit is contained in:
parent
55d34f833d
commit
6d0a6c645f
|
@ -8,6 +8,7 @@
|
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">GPL-3.0-only</license>
|
||||
<icon>logo.png</icon>
|
||||
<readme>README.md</readme>
|
||||
<projectUrl>https://github.com/gnh1201/welsonjs</projectUrl>
|
||||
<description>Native toolkit for WelsonJS framework-based RPA applications.</description>
|
||||
<releaseNotes>Updated release</releaseNotes>
|
||||
|
@ -16,5 +17,6 @@
|
|||
</metadata>
|
||||
<files>
|
||||
<file src="assets\img\logo.png" />
|
||||
<file src="assets\docs\README.md" />
|
||||
</files>
|
||||
</package>
|
17
WelsonJS.Toolkit/WelsonJS.Toolkit/assets/docs/README.md
Normal file
17
WelsonJS.Toolkit/WelsonJS.Toolkit/assets/docs/README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user