See emoji-blast for the new repository containing emoji-blast.
Astro integration to quickly integrate konamimojisplosion into your site. π β¨ π
See it live on joshuakgoldberg.com by entering the Konami Code! β‘οΈ
First, install the astro-konamimojisplosion package using your package manager.
If you're using npm or aren't sure, run this in the terminal:
npm i astro-konamimojisplosionThen, apply this integration to your astro.config.* file using the integrations property:
import { defineConfig } from "astro/config";
import konamimojisplosion from "astro-konamimojisplosion";
export default defineConfig({
// ...
integrations: [konamimojisplosion()],
});See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md.
Thanks! π
Josh Goldberg π§ |
π This package is based on @JoshuaKGoldberg's template-typescript-node-package.