You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,10 @@
3
3
4
4
### In a nutshell:
5
5
* Very simple and intuitive API (see [demo](./source//demos/window.ts)), with TypeScript definitions included.
6
+
* Very simple and intuitive API (see [demo](./source//demos/window.ts)), with TypeScript definitions included.
6
7
* Bundler friendly, designed with tree-shakeability in mind.
7
8
* Opinionated:
9
+
* Only targets **x64** platforms (*ARM-64 may be added later, no warranty though*).
8
10
* Only targets **x64** platforms (*ARM-64 may be added later, no warranty though*).
9
11
* Only exposes **Unicode** functions and data structures (those whose name ends in `W` in the Win32 API).
10
12
* Very easy to extend with additional functions, data structures and constants. I will add some myself time permitting; any help would be *mucho* appreciated.
0 commit comments