mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-18 20:02:25 +08:00
feat(cli): add resize mode option (#59)
This adds a new option that allows to control how the video is going to be scaled. By default, we now use a smooth rescaling, but fast mode with no interpolation can be used (previously default).
This commit is contained in:
@ -148,3 +148,6 @@ class PresentationConfig(BaseModel):
|
||||
)
|
||||
|
||||
return values
|
||||
|
||||
|
||||
DEFAULT_CONFIG = Config()
|
||||
|
Reference in New Issue
Block a user