# @univerjs/docs ## Package Overview | Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales | | --- | --- | --- | --- | --- | :---: | :---: | | `@univerjs/docs` | `UniverDocs` | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ❌ | ❌ | ## Introduction `@univerjs/docs` package provides the fundamental operations for rich text models, including the following capabilities: * Logic for selection areas * Commands/mutations for altering rich text data * Canvas rendering for document presentation Additionally, `@univerjs/docs` offers support for editors in other domains, such as cell editors for spreadsheets and formula editors, among others. ## Usage ### Installation ```shell # Using npm npm install @univerjs/docs # Using pnpm pnpm add @univerjs/docs ``` [npm-version-shield]: https://img.shields.io/npm/v/@univerjs/docs?style=flat-square [npm-version-link]: https://npmjs.com/package/@univerjs/docs [npm-license-shield]: https://img.shields.io/npm/l/@univerjs/docs?style=flat-square [npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/docs?style=flat-square