@univerjs/sheets-graphics
v0.22.1
Published
In-cell graphics rendering support for Univer Sheets.
Readme
@univerjs/sheets-graphics
@univerjs/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/sheets-graphics | UniverSheetsGraphics | No | No | No |
Installation
pnpm add @univerjs/sheets-graphics
# or
npm install @univerjs/sheets-graphicsKeep all @univerjs/* packages on the same version.
Usage
import { UniverSheetsGraphicsPlugin } from '@univerjs/sheets-graphics';
univer.registerPlugin(UniverSheetsGraphicsPlugin);