Skip to content

Commit db3c7d2

Browse files
committed
feat(user32): New functions
1 parent 952f0d7 commit db3c7d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
}
4040
],
4141
"conventionalCommits.scopes": [
42-
"kernel32"
42+
"kernel32",
43+
"user32"
4344
]
4445
}

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
44
### In a nutshell:
55
* Very simple and intuitive API (see [demos](./source//demos/)), with TypeScript definitions included.
6-
* ~~Bundler friendly, designed with tree-shakeability in mind~~.
7-
* Buggy right now. Working on it!
6+
* Bundler friendly, designed with tree-shakeability in mind.
87
* Opinionated:
98
* Only targets **x64** platforms (*ARM-64 may be added later, no warranty though*).
109
* Only exposes **Unicode** functions and data structures (those whose name ends in `W` in the Win32 API).

0 commit comments

Comments
 (0)