0.0.1 • Published 1 year ago

@cascadeos/dynamic-plugin-typeform v0.0.1

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
1 year ago

Dynamic Typeform Plugin

Provides a sync integration and a channel for working with user feedback from Typeform.

Usage

Below is an example how to use this library:

import { typeformPlugin } from '@cascadeos/dynamic-plugin-typeform';
import { PluginManager } from '@cascadeos/dynamic-worker';

// Load contracts from this plugin
const pluginManager = new PluginManager([
    typeformPlugin(),
]);
const contracts = pluginManager.getCards();
console.dir(contracts);