# @univerjs/facade ## Package Overview | Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales | | --- | --- | --- | --- | --- | :---: | :---: | | `@univerjs/facade` | `UniverFacade` | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ❌ | ❌ | ## 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](https://univer.ai/guides/sheet/facade/facade/). ## Usage ### Installation ```shell # Using npm npm install @univerjs/facade # Using pnpm pnpm add @univerjs/facade ``` [npm-version-shield]: https://img.shields.io/npm/v/@univerjs/facade?style=flat-square [npm-version-link]: https://npmjs.com/package/@univerjs/facade [npm-license-shield]: https://img.shields.io/npm/l/@univerjs/facade?style=flat-square [npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/facade?style=flat-square