Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-emoji-cursor

Gatsby plugin to add emjois which trail behind your cursor

demo of plugin

Demo: https://www.toomanyhams.com/

Install

npm install --save gatsby-plugin-emoji-cursor

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-emoji-cursor`,
   // These are the default options.
    options: {
      emoji: [`🐖`],
      fontSize: `80px`,
    },
  }
],
© 2023 Gatsby, Inc.