gatsby-plugin-emoji-cursor
v1.0.2
Published
Gatsby plugin to add emjois which trail behind your cursor
Downloads
18
Maintainers
Readme
gatsby-plugin-emoji-cursor
Gatsby plugin to add emjois which trail behind your cursor
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`,
},
}
],