konamicode

1.0.0 • Public • Published

konami-js

Simple system for detecting the entry of the famous Konami code and attaching an event

Simple Example:

(function() {
  var konami = new Konami();
  konami.onSuccess = function () {
    alert('You win!');
  };
  konami.init();
}());

Example with specific target:

(function() {
  var konami = new Konami();
  konami.onSuccess = function () {
    alert('You win!');
  };
  konami.listenerTarget = document.getElementById('my_element');
  konami.init();
}());

Readme

Keywords

none

Package Sidebar

Install

npm i konamicode

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • jsonp