@tagit/presentation-web
v1.0.0
Published
Framework-neutral web runtime for tagIt presentations
Readme
@tagit/presentation-web
Framework-neutral browser runtime and isolated styles for tagIt presentations.
import { createPresentationRuntime } from '@tagit/presentation-web';
import '@tagit/presentation-web/styles.css';
const runtime = createPresentationRuntime({ scenario });
await runtime.start({ mode: 'guided' });Mount one runtime per active presentation. The host owns authentication,
business state, routes, semantic targets, and application events. Call
destroy() when the host integration unmounts.
