Skip to main content

create_default_registry

Function create_default_registry 

Source
pub fn create_default_registry() -> NodeRegistry
Expand description

Create a registry pre-loaded with all browser-capable node processors.

Maps flat node type keys (e.g., “image-compress”) to Rust processor instances. This is the single source of truth for which processors are available — both WASM and CLI consumers call this instead of duplicating registrations.