@vev/interactions
v1.0.2
Published
Make things happen!
Downloads
42
Readme
Vev Interactions
Make things happen!
Getting started
Install the package
npm install @vev/interactions
Init manager globally
initInteractionsManager({
interactions,
config: {
disabled: isEditorMode,
debug: false
}
});
Attach node(s) to the DOM
initInteractionsNode({
id: 'app',
rootNode: container.current,
interactions,
config: { debug: true, disabled: !!disabled },
});