An open API service indexing awesome lists of open source software.

https://github.com/hocgin/editor

🎈 React Editor 语雀同款编辑器
https://github.com/hocgin/editor

editor react tiptap yuqie

Last synced: 2 months ago
JSON representation

🎈 React Editor 语雀同款编辑器

Awesome Lists containing this project

README

        

# @hocgin/editor

> 语雀同款的文本编辑器

[![npm](https://img.shields.io/npm/v/@hocgin/editor?style=flat-square)](https://www.npmjs.com/package/@hocgin/editor)

## Usage

```shell
pnpm install @hocgin/editor
```

## Screen

#### 全屏模式

#### 小屏模式

## Development

```bash
# install dependencies
$ pnpm install

# develop library by docs demo
$ pnpm start

# build library source code
$ pnpm run build
```

## LICENSE

MIT