This component is totally invisible until a user triggers the Konami Code... at which point they will see (and hear) a raptor run across their screen!
yarn add react-raptorize
npm install react-raptorize --save
<Raptorize
soundDelay={500} // Delay (ms) before playing audio
sound // Should sound play at all
repeat // Allow repeating the final code
code // Display the code in the UI
disabled={false} // Will this run at all
/>
This project is inspired by formaweb/vanilla-raptorize... which itself was a port of the original Zurb Raptorize.
ISC