Export rich-text editor content as word file (.docx) by browser 🎉.
English | 简体ä¸æ–‡
This project uses turborepo
as repo management.
The editor-to-word
package is located at packages/htmlToDocx
clone the repo and:
# 1 install dependencies
yarn
# 2 build pkg
yarn build
# 3 start next-app and visit `http://localhost:3010/`
yarn dev