Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 310 Bytes

##Usage Guide

You should really just be able to drop in keys.js and keys.css

To create a keyboard just add

var testKeyboard = new Keys(['a','b','c']);

and everything else should be taken care of

At the moment multiple keyboards will overlap…I'll work on a solution to that o_0