Skip to content

Vizel API / core/src / vizelDefaultEmbedProviders

Variable: vizelDefaultEmbedProviders

ts
const vizelDefaultEmbedProviders: readonly VizelEmbedProvider[];

Defined in: packages/core/src/utils/embed-providers.ts:73

Default oEmbed providers.

The exported array is readonly so consumers cannot mutate the shared defaults. To extend the list, spread it into a new array.

Released under the MIT License.