Files
univer/packages/sheets-drawing

@univerjs/sheets-drawing

npm version license downloads

@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.

Resources