keycodesjs

1.0.0 • Public • Published

Keycodes

Access key codes with their respective key names.


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).

Readme

Keywords

none

Package Sidebar

Install

npm i keycodesjs

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

4 kB

Total Files

5

Last publish

Collaborators

  • fuadop