keycodesjs
v1.0.0
Published
<h1 align="center">Keycodes</h1>
Downloads
4
Readme
Installation
- yarn
yarn add keycodes
- npm
npm install keycodes
- cdn
<script src="unpkg.com/keycodesjs/"></script>
Usage
import keys from "keycodesjs"
const A = keys.A
//this would return the respective keycode for the letter A(a).