Skip to content

aplbrain/substrate

Repository files navigation

substrate

substrate

npm versionCircleCICode Climate

Installation and Configuration

  • Install via npm or yarn:
npm install apl-substrate

OR:

  • Clone the repository.
git clone https://github.com/aplbrain/substrate.git
  • Install all dependencies.
npm install

Usage

import Visualizer from 'apl-substrate/components/Visualizer';
import AxisLayer from 'apl-substrate/components/layers/AxisLayer';

V = new Visualizer({
    renderTarget: "existing-dom-id",
    layers: {
        axis: new AxisLayer()
    }
});

V.triggerRender();

For more documentation, see the docs/ directory.

Contributing

Before contributing, please see the contributors' guide.

License

If not otherwise marked, all code in this repository falls under the license granted in LICENSE.md.

Contributors

Thanks goes to these wonderful people (emoji key):

All Contributors


Joe Downs

💻

hpcowley

💻

Jordan Matelsky

💻

This project follows the all-contributors specification. Contributions of any kind welcome!