Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.83 KB

File metadata and controls

43 lines (31 loc) · 1.83 KB

@konami-emoji-blast/react

Integration for konami-emoji-blast in React. 🗂️

🤝 Code of Conduct: Kept 📝 License: MIT 📦 npm version 💪 TypeScript: Strict

⬆ ⬆ ⬇ ⬇ ⬅ ➡ ⬅ ➡ 🅱 🅰

Usage

First install the @konami-emoji-blast/typedoc package as a dependency:

npm i @konami-emoji-blast/typedoc

Add this plugin in your typedoc.json:

{
	"plugin": ["@konami-emoji-blast/typedoc"]
}

Then, pressing the Konami Code on your TypeDoc site should trigger fireworks blasts of emoji on the page. Yay! 🎆

Development

@konami-emoji-blast/react is managed as part of the emoji-blast monorepo. See the monorepo's development docs first, then ./.github/DEVELOPMENT.md.

💙 This package was templated with create-typescript-app.