All Projects → moefyit → vuepress-plugin-cursor-effects

moefyit / vuepress-plugin-cursor-effects

Licence: MIT license
🎉 Add a cute click effect to your mouse in your vuepress!

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to vuepress-plugin-cursor-effects

linearmouse
🖱 The mouse and trackpad utility for Mac.
Stars: ✭ 1,151 (+6294.44%)
Mutual labels:  cursor
vuepress-plugin-demo-code
📝 Demo and code plugin for vuepress
Stars: ✭ 119 (+561.11%)
Mutual labels:  vuepress
FoundryVTT-Sequencer
This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Stars: ✭ 25 (+38.89%)
Mutual labels:  effects
GlowButton
Beautify your layouts with glowing buttons. Support with a ⭐️ Contributions are welcome! 🙌
Stars: ✭ 54 (+200%)
Mutual labels:  effects
vuepress-theme-book
A VuePress theme inspired by Gitbook
Stars: ✭ 107 (+494.44%)
Mutual labels:  vuepress
vuepress-plugin-ribbon
🎗️ Add a beautiful ribbon to your vuepress!
Stars: ✭ 14 (-22.22%)
Mutual labels:  vuepress
vuepress-theme-cool
A custom vuepress theme with mermaid and plantuml, katex and vue components.
Stars: ✭ 57 (+216.67%)
Mutual labels:  vuepress
vue-bangalore
VueBLR Meetup Resources, Requests & Proposals
Stars: ✭ 37 (+105.56%)
Mutual labels:  vuepress
vuepress-theme-mini
🎨 A minimal blogging theme of VuePress.
Stars: ✭ 21 (+16.67%)
Mutual labels:  vuepress
Bibata Cursor Rainbow
'Semi-Animated' Bibata cursors with rainbow colors
Stars: ✭ 18 (+0%)
Mutual labels:  cursor
lime
A library for drawing graphics on the console screen
Stars: ✭ 32 (+77.78%)
Mutual labels:  cursor
blog
luna-blog
Stars: ✭ 26 (+44.44%)
Mutual labels:  vuepress
bow-openapi
🌐 Functional HTTP client generator from an OpenAPI/Swagger specification.
Stars: ✭ 47 (+161.11%)
Mutual labels:  effects
L5P-Keyboard-RGB
Cross platform software to control the lighting of the 4 zone keyboard included in the 2020 and 2021 lineup of the Lenovo Legion laptops. Works on Windows and Linux.
Stars: ✭ 79 (+338.89%)
Mutual labels:  effects
razer-cli
CLI for configuring Razer devices
Stars: ✭ 46 (+155.56%)
Mutual labels:  effects
zksync-docs
zkSync documentation
Stars: ✭ 52 (+188.89%)
Mutual labels:  vuepress
pi-stomp
pi-stomp is a DIY high definition, multi-effects stompbox platform for guitar, bass and keyboards
Stars: ✭ 42 (+133.33%)
Mutual labels:  effects
shuffle-text
"shuffle-text" is JavaScript text effect library such as cool legacy of Flash.
Stars: ✭ 93 (+416.67%)
Mutual labels:  effects
limitless-engine
OpenGL C++ Graphics Engine
Stars: ✭ 95 (+427.78%)
Mutual labels:  effects
vuepress-theme-simple
✏️ Very Simple Blog Theme for VuePress
Stars: ✭ 89 (+394.44%)
Mutual labels:  vuepress

vuepress-plugin-cursor-effects

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

npm GitHub stars downloads downloads GitHub license

Want to use it outside of VuePress1.x? Try moefy-canvas!

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].