This commit is contained in:
Vanessa 2023-01-07 22:15:11 +08:00
parent 17067c4d49
commit aa677abb62
2 changed files with 218 additions and 218 deletions

View file

@ -113,8 +113,9 @@ interface IPdfAnno {
}[]
index?: number,
color: string,
type: string,
content: string,
type: string, // border, text
content: string, // rect, text
mode: string,
id?: string,
coords?: number[]
}