@univerjs-pro/sheets-shape
v0.24.0
Published
Shape and drawing model integration for Univer Sheets.
Readme
@univerjs-pro/sheets-shape
@univerjs-pro/sheets-shape provides shape and drawing model integration for Univer Sheets.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @univerjs-pro/sheets-shape | UniverProSheetsShape | No | No | Yes |
Installation
pnpm add @univerjs-pro/sheets-shape
# or
npm install @univerjs-pro/sheets-shapeKeep all @univerjs/* and @univerjs-pro/* packages on the same version.
Usage
import { UniverSheetsShapePlugin } from '@univerjs-pro/sheets-shape';
univer.registerPlugin(UniverSheetsShapePlugin);