Egg.js allows developers to easily configure a simple set of keyboard shortcuts and then execute a series of JavaScript functions when these are pressed.
The concept is called Easter eggs or Konami Code, and is often used on live websites to reveal hidden page sections, prizes, or to hide spoiler alerts.
Constructing a custom Easter egg structure is quite easy and relies on a simplified syntax to add the actual "keys" to be pressed, no numeric codes involved.
Any type of JavaScript code can be run with Egg.js, dynamically adding, updating or removing HTML from the page, sending notifications to the console, or redirecting users to other pages.
Installation instructions are provided with the Egg.js package's README file.
Requirements:
- JavaScript enabled on client side
Comments not found