@xpert-ai/plugin-sdk
v3.17.4
Published
Run `nx build plugin-sdk` to build the library.
Downloads
3,415
Readme
Plugin SDK
Building
Run nx build plugin-sdk to build the library.
Running unit tests
Run nx test plugin-sdk to execute the unit tests via Jest.
Schema config
Permissions
View extensions
Browser collaboration client
Remote Components should import the framework-neutral collaboration client from the browser-safe entry point:
import {
createCollaborationClient,
createCollaborationPresenceStore,
createSocketIoTransportAdapter,
createYjsDocumentAdapter
} from '@xpert-ai/plugin-sdk/collaboration-client'This entry point excludes the NestJS and Node.js dependencies used by the server SDK.
