Skip to content

@univerjs/engine-render

notice

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

Terminal window
# Using npm
npm install @univerjs/engine-render
# Using pnpm
pnpm add @univerjs/engine-render