@univerjs/engine-render 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,13 +5,18 @@
5
5
 
6
6
  ## Introduction
7
7
 
8
- > This plugin provides render services to other modules of Univer.
8
+ The `@univerjs/engine-render` provides the ability to render Univer documents on a canvas element, including the capability to draw graphical elements, handle cursor interactions, and process scrolling and zooming.
9
+
10
+ The rendering layer for various document types is extended based on the foundational infrastructure provided by `@univerjs/engine-render`.
9
11
 
10
12
  ## Usage
11
13
 
12
14
  ### Installation
13
15
 
14
16
  ```shell
15
- npm i @univerjs/engine-render
17
+ # Using npm
18
+ npm install @univerjs/engine-render
19
+
20
+ # Using pnpm
21
+ pnpm add @univerjs/engine-render
16
22
  ```
17
- 1