0.0.4 • Published 5 years ago

@loctran016/vuepress-plugin-fireworks v0.0.4

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
5 years ago

vuepress-plugin-cursor-effects

:tada: Add a cute click effect to your mouse in your vuepress!

Install

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

Usage

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

Options

module.exports = {
  plugins: [
    [
      "cursor-effects",
      {
        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

0.0.4

5 years ago