
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
konamimojisplosion
Advanced tools
Connects konami-code-js to emojisplosion for a glorious easter egg.
⬆ ⬆ ⬇ ⬇ ⬅ ➡ ⬅ ➡ 🅱 🅰
🎉 ✨ 🎆
Hooks konami-code-js to trigger emojisplosion.
If a user types in the Konami Code on their keyboard or taps it on their mobile phone, emojisplosions will start firing on the page. Triggering the Konami Code again will stop the emojisplosions.
Check it out on Codecademy Docs!
Plop this 👇 at the end of your <body>
:
<script async src="https://unpkg.com/konamimojisplosion/dist/global.js"></script>
Alternately, you can import and use this as a standalone function, a React hook, or a React class component.
import { initializeKonamimojisplosion } from "konamimojisplosion";
initializeKonamimojisplosion();
import { useKonamimojisplosion } from "konamimojisplosion";
function MyComponent() {
useKonamimojisplosion();
return <main>Hello, world!</main>;
}
Tip: the class component just calls the hook internally.
import { Konamimojisplosion } from "konamimojisplosion";
class MyComponent {
render() {
return (
<main>
<Konamimojisplosion />
Hello, world!
</main>
);
}
}
Requires:
After forking the repo from GitHub:
git clone https://github.com/<your-name-here>/konamimojisplosion
cd konamimojisplosion
yarn
We'd love to have you contribute!
Check the issue tracker for issues labeled accepting prs
to find bug fixes and feature requests the community can work on.
If this is your first time working with this code, the good first issue
label indicates good introductory issues.
Please note that this project is released with a Contributor Covenant. By participating in this project you agree to abide by its terms. See CODE_OF_CONDUCT.md.
FAQs
Connects konami-code-js to emojisplosion for a glorious easter egg.
The npm package konamimojisplosion receives a total of 2,494 weekly downloads. As such, konamimojisplosion popularity was classified as popular.
We found that konamimojisplosion demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.