New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

hyperpower2

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperpower2

Extension for particle effects in Hyper

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
1
-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

Hyperpower

Extension for Hyper that turns on power mode.

  • Simple configuration in .hyper.js

hyper

How to use

Install Hyper and add hyperpower2 to plugins in ~/.hyper.js.

Configure

Add a hyperPower section to your hyper configuration (~/.hyper.js) with any of the following properties. Missing properties will use these default values:

module.exports = {
  config: {
    // rest of the config
    hyperPower: {
      shake: false,
      colorMode: 'cursor', // 'cursor', 'custom', 'rainbow'
      colors: ['#eee'],
      particleSize: 3,
      minSpawnCount: 10,
      maxSpawnCount: 12,
      maximumParticles: 500
    }
  }
  // rest of the file
};

Credits

Based on power-mode and rage-power and hyperpower.

License

MIT

Keywords

hyper

FAQs

Package last updated on 10 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts