UNPKG

@htmlbricks/hb-bundle

Version:

Single IIFE loader for all HTML Bricks hb-* web components from the jsDelivr CDN, with optional Subresource Integrity; includes agent/LLM docs and theme CSS variables.

22 lines (20 loc) 421 B
export type Component = { id?: string; style?: string; mediauri: string; forcecover?: string; media_type?: "hls" | "webrtc" | "auto" | "whep"; replacewithtext?: { title: string; subtitle?: string; text?: string; }; no_controls?: boolean; }; export type Events = { liveStatus: { live: boolean; id: string }; htmlVideoInit: { htmlVideoElement: HTMLVideoElement; id: string; }; };