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