1.0.5 • Published 3 years ago

gatsby-plugin-enhanced-emoji-cursor v1.0.5

Weekly downloads
20
License
MIT
Repository
github
Last release
3 years ago

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,
    },
  }
],