Host-side wrapper library for Companion Module(Connection) plugins.
This package provides the host-side API that wraps the modules written with the @companion-module/base API with additional logic that runs in-process. It is designed to support multiple versions of the base API and provide a uniform interface back to the host application.
npm install @companion-module/hostFor example usage, check Companion for an example implementation
This package is part of a monorepo. See the root README for development instructions.