Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 780 Bytes

File metadata and controls

22 lines (14 loc) · 780 Bytes

@univerjs/engine-render

npm version license

Introduction

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.

The rendering layer for various document types is extended based on the foundational infrastructure provided by @univerjs/engine-render.

Usage

Installation

# Using npm
npm install @univerjs/engine-render

# Using pnpm
pnpm add @univerjs/engine-render