1.0.2 • Published 4 years ago

gatsby-plugin-emoji-cursor v1.0.2

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

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