@apollo-office/sheets-drawing
v1.0.0
Published
Drawing model integration for Univer Sheets.
Maintainers
Readme
@apollo-office/sheets-drawing
@apollo-office/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 |
| --- | --- | :---: | :---: | :---: |
| @apollo-office/sheets-drawing | UniverSheetsDrawing | No | No | Yes |
Installation
pnpm add @apollo-office/sheets-drawing
# or
npm install @apollo-office/sheets-drawingKeep all @univerjs/* packages on the same version.
Usage
import { UniverSheetsDrawingPlugin } from '@apollo-office/sheets-drawing';
univer.registerPlugin(UniverSheetsDrawingPlugin);Integration Notes
Use this package with @apollo-office/sheets-drawing-ui when users need drawing interactions in the sheet UI.
