Nyan Banner
Add some whimsy to your day with a Nyan Cat banner on your navbar.
By RC Maples
Install command
npm i sanity-plugin-nyan-bannersanity-plugin-nyan-banner
This is a Sanity Studio v3 plugin.
Add some whimsy to your day

Installation
npm install sanity-plugin-nyan-bannerUsage
Add it as a plugin in sanity.config.ts (or .js):
import { defineConfig } from "sanity"
import { nyanBannerPlugin } from "sanity-plugin-nyan-banner"
export default defineConfig({
//...
plugins: [..., nyanBannerPlugin()],
})License
MIT © RC Maples
Develop & test
This plugin uses @sanity/plugin-kit with default configuration for build & watch scripts.
See Testing a plugin in Sanity Studio on how to run this plugin with hotreload in the studio.
