0.1.1 • Published 4 years ago

@groupby/elements-sayt-plugin v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

GroupBy Elements SAYT Plugin

This package contains the GB Elements SAYT Plugin class.

Usage

To use the plugin, simply instantiate it and register it with Core:

const saytPlugin = new SaytPlugin(/* options */);
core.register(saytPlugin);

The plugin registers an instance of the Sayt client with Core.

The SaytPlugin constructor can accept options to configure the exposed Sayt client. See the SaytConfig interface for available options.

0.1.1

4 years ago

0.1.0

4 years ago