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.
- Host: GitHub
- URL: https://github.com/yanceyy/doc-editor
- Owner: yanceyy
- Created: 2023-07-19T00:17:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T06:02:40.000Z (over 1 year ago)
- Last Synced: 2025-01-14T00:40:49.103Z (5 months ago)
- Language: TypeScript
- Homepage: https://doceditor.vercel.app
- Size: 771 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```