Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 332 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 332 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']);
testKeyboard.build();

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