# @univerjs/sheets-graphics

[![npm version](https://img.shields.io/npm/v/@univerjs/sheets-graphics?style=flat-square)](https://npmjs.com/package/@univerjs/sheets-graphics)
[![license](https://img.shields.io/npm/l/@univerjs/sheets-graphics?style=flat-square)](https://npmjs.com/package/@univerjs/sheets-graphics)
[![downloads](https://img.shields.io/npm/dm/@univerjs/sheets-graphics?style=flat-square)](https://npmjs.com/package/@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

```sh
pnpm add @univerjs/sheets-graphics
# or
npm install @univerjs/sheets-graphics
```

Keep all `@univerjs/*` packages on the same version.

## Usage

```ts
import { UniverSheetsGraphicsPlugin } from '@univerjs/sheets-graphics';

univer.registerPlugin(UniverSheetsGraphicsPlugin);
```

## Resources

- [Documentation](https://docs.univer.ai)
- [NPM package](https://npmjs.com/package/@univerjs/sheets-graphics)
- [GitHub repository](https://github.com/dream-num/univer)

