Text box redesign, floating text control bar, and numerous bug fixes
This commit is contained in:
parent
4cb038ec78
commit
bce3c1b420
9 changed files with 433 additions and 133 deletions
|
|
@ -29,6 +29,7 @@ class TextProps(BaseModel):
|
|||
italic: bool = False
|
||||
lineHeight: float = 1.2
|
||||
highlightColor: Optional[str] = None
|
||||
styles: Optional[dict] = None
|
||||
|
||||
class TextAnnotation(AnnotationBase):
|
||||
type: Literal["text"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue