1.0.0 • Published 7 years ago

hyper-cursor-fade v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

hyper-cursor-fade hyper npm npm

Cursor blink customization for Hyper.

hyper-cursor-fade

Install

Add following to your ~/.hyper.js config.

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

Config

Add following to ~/.hyper.js

Change Fade Duration

Default value is set to 250

module.exports = {
  config: {
    ...
      hyperCursorFade: {
        fadeDuration: 250
      }
    ...
  }
}

Theme

License

MIT