Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@univerjs/docs

npm version license

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

# Using npm
npm install @univerjs/docs

# Using pnpm
pnpm add @univerjs/docs