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.

10 lines (8 loc) 211 B
export type Component = { id?: string; style?: string; }; export type Events = { AudioVideoAccess: { granted: boolean; id: string }; VideoInitialized: { videoElement: HTMLVideoElement; id: string }; };