Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 561 Bytes

readme.md

File metadata and controls

36 lines (24 loc) · 561 Bytes

Utility to show key presses in your application, Inspired by Keystroke Pro for Mac.

Demo on CodeSandbox

 

install

yarn add show-keys

 

usage

 

in your js:

// *.js
import 'show-keys'

or in your html:

<script src="https://unpkg.com/show-keys"></script>