# @univerjs/sheets-drawing

> Language fallback: requested `zh-CN`; content is `en-US`.

- Human documentation: [https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs/sheets-drawing](https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs/sheets-drawing)

- Agent Markdown: [https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs/sheets-drawing.md](https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs/sheets-drawing.md)

- Requested language: `zh-CN`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

- Source: [packages/plugins/univerjs/sheets-drawing.mdx](https://github.com/dream-num/documentation/blob/dev/content/reference/packages/plugins/univerjs/sheets-drawing.mdx)

---

Drawing model integration for Univer Sheets.

```typescript
// [!code word:UniverSheetsDrawingPlugin]
// [!code word:IUniverSheetsDrawingConfig]
import { UniverSheetsDrawingPlugin } from '@univerjs/sheets-drawing'

univer.registerPlugin(UniverSheetsDrawingPlugin, IUniverSheetsDrawingConfig)
```

## Entry Points

* Facade: `@univerjs/sheets-drawing/facade`

## IUniverSheetsDrawingConfig

```ts
export interface IUniverSheetsDrawingConfig {
}
```
