konami-cb
v1.0.2
Published
A lightweight script that will execute a callback function if a user types in the Konami Cheat code into the browser:
Downloads
2
Readme
konami-cb
A lightweight script that will execute a callback function if a user types in the Konami Cheat code into the browser:
up, up, down, down, left, right, left, right, b, a
Install:
npm i konami-cb
Usage:
var konami = require('konami-cb');
konami(function() {
//- make stuff happen
});