/show-keys

Utility to show key presses in your application

Primary LanguageJavaScriptMIT LicenseMIT

Utility to show key presses in your application

Demo on CodeSandbox

 

install

yarn add show-keys

 

usage

 

in your js:

// *.js
import 'show-keys'

or in your html:

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