mirror of
https://github.com/dream-num/univer.git
synced 2026-09-19 02:18:42 +08:00
@univerjs/sheets-drawing
@univerjs/sheets-drawing connects the shared drawing model to Univer Sheets so worksheets can host drawing objects.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs/sheets-drawing |
UniverSheetsDrawing |
No | No | Yes |
Installation
pnpm add @univerjs/sheets-drawing
# or
npm install @univerjs/sheets-drawing
Keep all @univerjs/* packages on the same version.
Usage
import { UniverSheetsDrawingPlugin } from '@univerjs/sheets-drawing';
univer.registerPlugin(UniverSheetsDrawingPlugin);
Integration Notes
Use this package with @univerjs/sheets-drawing-ui when users need drawing interactions in the sheet UI.