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.
- 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
- Support insert image
To run the Doc editor on your local machine, execute the following commands:
pnpm install && pnpm build && pnpm previewTo develop the Doc editor on your local machine, execute the following commands:
pnpm install && pnpm dev