Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 693 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 693 Bytes

@univerjs/facade

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

# Using npm
npm install @univerjs/facade

# Using pnpm
pnpm add @univerjs/facade