0.2.5 • Published 5 years ago

hyper-backspace v0.2.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

hyper-backspace

npm version Install size License

Extension for Hyper.is that physically drops deleted characters in your terminal.

hyper-backspace

Installation

To install, execute:

hyper i hyper-backspace

Or edit ~/.hyper.js and add hyper-backspace to the list of plugins:

plugins: [
  "hyper-backspace",
],

Configuration

Default configuration:

module.exports = {
  config: {
    // other configs...
    hyperBackspace: {
      debug: false,
      gravity: 0.01,
      horizontalMaxVelocity: 0.3,
      verticalMaxVelocity: 0.2,
      angularMaxVelocity: 0.02,
      particleTimeToLive: 1000,
      verticalDragCoefficient: 0.2,
      horizontalDragCoefficient: 0.8,
      bounceDragCoefficient: 0.6,
    }
  }
  //...
};

Credits

Inspired by hyper-letters

License

MIT

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago