@kehto/services — Reference service implementations for the napplet protocol.
Provides factory functions for creating ServiceHandler implementations:
createAudioService() — Audio source registry
createNotificationService() — Notification state management
These are reference implementations. Shell hosts wire them into the
runtime via registerService(). The services are browser-agnostic —
shell adapters provide browser-specific callbacks.
@kehto/services — Reference service implementations for the napplet protocol.
Provides factory functions for creating ServiceHandler implementations:
These are reference implementations. Shell hosts wire them into the runtime via registerService(). The services are browser-agnostic — shell adapters provide browser-specific callbacks.
Example