We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cff257 commit 3657b43Copy full SHA for 3657b43
README.md
@@ -11,6 +11,8 @@ Read https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key
11
12
Compatible with IE/Edge/Safari Key idiosyncrasies.
13
14
+Super Lightweight: ~900 Bytes Gzipped (Potentially smaller when combined gzipped with a bigger app)
15
+
16
## Usage
17
18
```typescript
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "w3c-keys",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "keyboardEvent.key compatible key codes with Typescript Definitions. Edit",
5
"main": "dist/es5/index.js",
6
"module": "dist/index.js",
0 commit comments