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

How to install and use it
- Open
~/.hyper.jsand addhypergravityin the proper place:
plugins: [
// some other plugins
'hypergravity'
],- Run Hyper and press
Command + G(orControl + Gon Linux and Windows) to toggle gravity mode!
How to run it for development
- Clone the repo to
~/.hyper_plugins/local/hypergravity - Go to
hypergravityfolder. - Run
yarnto install the dependencies. - Add this to your
.hyper.js:
localPlugins: [
// maybe some other local plugins
'hypergravity'
],- At the beginning and after each change in source files, run
yarn buildto (re)buildindex.jswhich is in fact loaded by Hyper.