Skip to content

Commit 3657b43

Browse files
committed
Update Readme
1 parent 6cff257 commit 3657b43

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Read https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key
1111

1212
Compatible with IE/Edge/Safari Key idiosyncrasies.
1313

14+
Super Lightweight: ~900 Bytes Gzipped (Potentially smaller when combined gzipped with a bigger app)
15+
1416
## Usage
1517

1618
```typescript

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "w3c-keys",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "keyboardEvent.key compatible key codes with Typescript Definitions. Edit",
55
"main": "dist/es5/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)