1.0.2 • Published 11 months ago

@vev/interactions v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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 },
});
1.0.2

11 months ago

1.0.0

11 months ago