<p align="center">
  <img src="https://raw.githubusercontent.com/siddharthkp/show-keys/main/demo.gif"/>
  <b>Utility to show key presses in your application</b>, Inspired by <a href="https://www.ixeau.com/keystroke-pro/">Keystroke Pro<a/> for Mac.
  <br><br>
  <a href="https://codesandbox.io/s/use-keys-duk76">Demo on CodeSandbox<a/>
</p>

&nbsp;

#### install

```
yarn add show-keys
```

&nbsp;

#### usage

&nbsp;

in your js:

```js
// *.js
import 'show-keys'
```

or in your html:

```html
<script src="unpkg.com/show-keys"></script>
```

&nbsp;

