Skip to content

KyleAMathews/gatsby-plugin-emoji-cursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gatsby plugin to add emjois which trail behind your cursor

Resources

License

Stars

Watchers

Forks

Packages

No packages published