0.0.3 • Published 10 years ago

konami-touch v0.0.3

Weekly downloads
83
License
MIT
Repository
github
Last release
10 years ago

#konami-touch

Watches for the konami code (↑ ↑ ↓ ↓ ← → ← → TAP TAP TAP) to be input as swipe gestures then fires a callback

##Installation

npm install konami-touch

##Usage

var KonamiTouch = require('konami-touch');

new KonamiTouch(function(){
    alert('KONAMI!');
});