JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q33023F
  • License MIT

Extension for Hyper terminal to add some fancy physics to your text!

Package Exports

  • hypergravity

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hypergravity) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Hypergravity - gravity simulation in Hyper terminal

Animated demo

How to install and use it

  1. Open ~/.hyper.js and add hypergravity in the proper place:
  plugins: [
    // some other plugins
    'hypergravity'
  ],
  1. Run Hyper and press Command + G to toggle gravity mode!

How to run it for development

  1. Clone the repo to ~/.hyper_plugins/local/hypergravity
  2. Go to hypergravity folder.
  3. Run yarn to install the dependencies.
  4. Add this to your .hyper.js:
  localPlugins: [
    // maybe some other local plugins
    'hypergravity'
  ],
  1. After each change in source files, run yarn build to rebuild index.js which is in fact loaded by Hyper.