1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-09 01:30:25 +08:00

edit README

This commit is contained in:
源文雨
2023-03-07 14:58:38 +08:00
parent ae6c05a8f2
commit bae9eb4449
2 changed files with 11 additions and 2 deletions

View File

@@ -27,9 +27,18 @@ This is a variant optimized and expanded by fumiama. The original repo is [gonfv
The Introduction above is copied from the original repo. I had evolved that repo again to fit my needs. Here are the supported functions now.
- [x] Parse and save document
- [x] Edit simple text (color, size, alignment, ...)
- [x] Edit text (color, size, alignment, link, ...)
- [x] Edit picture
- [x] Edit table
- [x] Edit shape
- [x] Edit canvas
- [x] Edit group
## Quick Start
```bash
go run cmd/main/main.go -u
```
And you will see two files generated under `pwd` with the same contents as below.
## License