@univerjs-pro/sheets-graphics
@univerjs-pro/sheets-graphics adds support for drawing simple in-cell graphics on Univer Sheets render surfaces.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs-pro/sheets-graphics |
UniverSheetsGraphics |
No | No | No |
Installation
pnpm add @univerjs-pro/sheets-graphics
# or
npm install @univerjs-pro/sheets-graphicsKeep all @univerjs/* packages on the same version.
Usage
import { UniverSheetsGraphicsPlugin } from '@univerjs-pro/sheets-graphics';
univer.registerPlugin(UniverSheetsGraphicsPlugin);