Licence
Apache-2.0
Version
0.25.1
Deps
2
Size
195 kB
Vulns
0
Weekly
0
@univerjs/drawing
@univerjs/drawing provides the shared drawing data model, services, and commands used by Docs, Sheets, and other drawing-enabled surfaces.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs/drawing |
UniverDrawing |
No | No | No |
Installation
pnpm add @univerjs/drawing
# or
npm install @univerjs/drawingKeep all @univerjs/* packages on the same version.
Usage
import { UniverDrawingPlugin } from '@univerjs/drawing';
univer.registerPlugin(UniverDrawingPlugin);