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

https://github.com/yanceyy/doc-editor

Doc Editor is a web-based document editing application, utilizing canvas for dynamic interactions. The project has a monorepo structure, with the core package serving as a UI-framework-independent module.
https://github.com/yanceyy/doc-editor

Last synced: 3 months ago
JSON representation

Doc Editor is a web-based document editing application, utilizing canvas for dynamic interactions. The project has a monorepo structure, with the core package serving as a UI-framework-independent module.

Awesome Lists containing this project

README

        

# Doc editor

Doc Editor is a web-based document editing application, utilizing canvas for dynamic interactions. The project has a monorepo structure, with the core package serving as a UI-framework-independent module.

## Features

### Finished

- Change font family, font-size, underline, italic, bold, highlight, line through
- Download as PDf format
- Redo and undo operations
- Zoom in and out
- Page Negators bar

### In Development

- Support insert image

## Run on local

To run the Doc editor on your local machine, execute the following commands:

```bash
pnpm install && pnpm build && pnpm preview
```

## Dev on local

To develop the Doc editor on your local machine, execute the following commands:

```bash
pnpm install && pnpm dev
```