1.0.2 • Published 1 year ago

@vev/interactions v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.0

1 year ago