hyperpower2
v1.0.2
Published
Extension for particle effects in Hyper
Downloads
3
Maintainers
Readme
Hyperpower
Extension for Hyper that turns on power mode.
- Simple configuration in
.hyper.js
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