Skip to content

Commit

Permalink
add mask type (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
niehongxu116 authored Dec 27, 2024
1 parent e44be84 commit 56519ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/py/yidong/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ class VoiceoverEditorConfig(BaseModel):
style: str = "0"
highlight_color: str = ""
stroke_color: str = ""
mask_color: str = ""
mask_type: str = "roll_mask"
mask_color: str = "#800080"


class TextoverEditorConfig(BaseModel):
Expand Down

0 comments on commit 56519ff

Please sign in to comment.