We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952f0d7 commit db3c7d2Copy full SHA for db3c7d2
.vscode/settings.json
@@ -39,6 +39,7 @@
39
}
40
],
41
"conventionalCommits.scopes": [
42
- "kernel32"
+ "kernel32",
43
+ "user32"
44
]
45
README.md
@@ -3,8 +3,7 @@
3
4
### In a nutshell:
5
* 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!
+* Bundler friendly, designed with tree-shakeability in mind.
8
* Opinionated:
9
* Only targets **x64** platforms (*ARM-64 may be added later, no warranty though*).
10
* Only exposes **Unicode** functions and data structures (those whose name ends in `W` in the Win32 API).
0 commit comments