- 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
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.
Before contributing, please see the contributors' guide.
If not otherwise marked, all code in this repository falls under the license granted in LICENSE.md.
Thanks goes to these wonderful people (emoji key):
Joe Downs 💻 |
hpcowley 💻 |
Jordan Matelsky 💻 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!