@apollo-office/drawing
v1.0.1
Published
Shared drawing models, commands, and services for Univer.
Maintainers
Readme
@apollo-office/drawing
@apollo-office/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 |
| --- | --- | :---: | :---: | :---: |
| @apollo-office/drawing | UniverDrawing | No | No | No |
Installation
pnpm add @apollo-office/drawing
# or
npm install @apollo-office/drawingKeep all @univerjs/* packages on the same version.
Usage
import { UniverDrawingPlugin } from '@apollo-office/drawing';
univer.registerPlugin(UniverDrawingPlugin);