@nichoth/keycodes

0.0.3 • Public • Published

keycodes

Map of key names to codes.

Install

$ npm install @nichoth/keycodes

Use

// everything
var codes = require('@nichoth/keycodes');
var ENTER = codes.enter;

// one thing
var ENTER = require('@nichoth/keycodes/enter');

Readme

Keywords

Package Sidebar

Install

npm i @nichoth/keycodes

Weekly Downloads

1

Version

0.0.3

License

ISC

Last publish

Collaborators

  • nichoth