Skip to content

@univerjs/facade

notice

npm version license

Introduction

In Univer, in addition to using the low-level APIs, you can also use the Facade API provided by @univerjs/facade, which is a higher-level abstraction of the low-level APIs, making it easier to use.

You can learn how to use the Facade API by reading this document.

Usage

Installation

Terminal window
# Using npm
npm install @univerjs/facade
# Using pnpm
pnpm add @univerjs/facade