1.1.1 • Published 5 years ago

apl-substrate v1.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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!

1.1.1

5 years ago

1.1.0

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago