@univerjs/preset-docs-collaboration
v0.25.0
Published
Preset for real-time collaboration in Univer Docs.
Downloads
370,016
Readme
@univerjs/preset-docs-collaboration
@univerjs/preset-docs-collaboration provides a preset for real-time collaboration in Univer Docs.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| ------------------------------------- | ------------------------------- | :-: | :-----: | :----------: |
| @univerjs/preset-docs-collaboration | UniverDocsCollaborationPreset | Yes | Yes | Yes |
Installation
pnpm add @univerjs/preset-docs-collaboration
# or
npm install @univerjs/preset-docs-collaborationKeep all @univerjs/* and @univerjs-pro/* packages on the same version.
Usage
import { UniverDocsCollaborationPreset } from '@univerjs/preset-docs-collaboration';
// Use with createUniver:
// createUniver({ presets: [UniverDocsCollaborationPreset()] });