1.0.1 • Published 7 years ago

aoeu v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

AOEU

A tiny library with methods to convert browser keyCodes to and from Dvorak values.

Installation

npm install aoeu --save

Usage

import {toDV, fromDV} from 'aoeu'
console.log(toDV(65)) // 65
console.log(fromDV(222)) // 82
1.0.1

7 years ago

1.0.0

8 years ago