hyper-backspace

0.2.5 • Public • Published

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

Package Sidebar

Install

npm i hyper-backspace

Weekly Downloads

12

Version

0.2.5

License

MIT

Unpacked Size

13.4 kB

Total Files

5

Last publish

Collaborators

  • artbit