/editor-to-word

Export HTML to word (.docx) only by browser (currently in beta) 🎉

Primary LanguageTypeScriptMIT LicenseMIT

editor-to-docx

Export rich-text editor content as word file (.docx) by browser 🎉.

English | 简体中文

Demo

online demo

Snapshot

tinymce tinymce

Architecture

This project uses turborepo as repo management.

The editor-to-word package is located at packages/htmlToDocx

Development Usage

clone the repo and:

# 1 install dependencies
yarn

# 2 build pkg
yarn build

# 3 start next-app and visit `http://localhost:3010/`
yarn dev