Skip to content

Index

@wuespace/telestion / index

The Telestion Frontend Library.

Import this library to use the Telestion Frontend:

import { initTelestion } from '@wuespace/telestion';

The most important function is initTelestion. It initializes the Telestion Frontend and renders the application.

initTelestion({
  version: '1.0.0',
  ...
});

See

initTelestion

Interfaces

Type Aliases

Functions

References

initTelestion

Re-exports initTelestion