Skip to content

licc12/vuepress-plugin-cursor-effects-v2

Repository files navigation

vuepress-plugin-cursor-effects-v2

🎉 Add a cute click effect to your mouse in your vuepress!

npm GitHub stars downloads downloads GitHub license

Want to use it outside of VuePress? Try moefy-canvas!

Dependencies vuepress version

vuepress version >=v2.0.0

Install

yarn add vuepress-plugin-cursor-effects-v2 -D
# or use npm
npm i vuepress-plugin-cursor-effects-v2 -D

Usage

module.exports = {
   plugins: ['cursor-effects-v2'],
}

Options

module.exports = {
   plugins: [
      [
         'cursor-effects-v2',
         {
            size: 2, // size of the particle, default: 2
            shape: ['star' | 'circle'], // shape of the particle, default: 'star'
            zIndex: 999999999, // z-index property of the canvas, default: 999999999
         },
      ],
   ],
}

Thanks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published