CollaborationExtension
Summary
The collaboration extension adds collaborative functionality to your editor.
Once a central server is created the collaboration extension is good.
Usage
Installation
This extension is installed for you when you install the main remirror
package.
You can use the imports in the following way:
import { CollaborationExtension } from 'remirror/extensions';
The extension is provided by the @remirror/extension-collaboration
package.