Framework wrappers
@mushi-mushi/vue, @mushi-mushi/svelte, and @mushi-mushi/angular are thin
idiomatic shells over @mushi-mushi/web. Each package depends on
web and calls Mushi.init once — do not call Mushi.init a second time.
| Package | Boot | Docs |
|---|---|---|
@mushi-mushi/vue | app.use(MushiPlugin, config) | Quickstart |
@mushi-mushi/svelte | initMushi(config) | Quickstart |
@mushi-mushi/angular | provideMushi(config) / provideMushiAngular | Quickstart |
For capture, widget triggers, runtime config, and privacy, read the
web SDK. React has its own package: @mushi-mushi/react.
Last updated on