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 ✨

Install

npm install --save gatsby-plugin-enhanced-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`,
      lifeSpan: 125,
      interval: 200,
    },
  }
],
© 2023 Gatsby, Inc.