fix: add missed imports

This commit is contained in:
YishiMichael 2022-08-23 11:40:19 +08:00
parent eadf611f1e
commit 3c0abb0b40
No known key found for this signature in database
GPG key ID: EC615C0C5A86BC80
2 changed files with 5 additions and 4 deletions

View file

@ -12,6 +12,7 @@ from manimlib.animation.fading import FadeOut
from manimlib.animation.fading import FadeIn from manimlib.animation.fading import FadeIn
from manimlib.animation.movement import Homotopy from manimlib.animation.movement import Homotopy
from manimlib.animation.transform import Transform from manimlib.animation.transform import Transform
from manimlib.constants import FRAME_X_RADIUS, FRAME_Y_RADIUS
from manimlib.constants import ORIGIN, RIGHT, UP from manimlib.constants import ORIGIN, RIGHT, UP
from manimlib.constants import SMALL_BUFF from manimlib.constants import SMALL_BUFF
from manimlib.constants import TAU from manimlib.constants import TAU

View file

@ -18,10 +18,10 @@ directories:
temporary_storage: "" temporary_storage: ""
universal_import_line: "from manimlib import *" universal_import_line: "from manimlib import *"
style: style:
tex_template: "default" tex_template: "ctex"
font: "Consolas" font: "Source Han Sans Light"
text_alignment: "LEFT" text_alignment: "LEFT"
background_color: "#333333" background_color: "#000000"
# Set the position of preview window, you can use directions, e.g. UL/DR/OL/OO/... # Set the position of preview window, you can use directions, e.g. UL/DR/OL/OO/...
# also, you can also specify the position(pixel) of the upper left corner of # also, you can also specify the position(pixel) of the upper left corner of
# the window on the monitor, e.g. "960,540" # the window on the monitor, e.g. "960,540"
@ -40,5 +40,5 @@ camera_resolutions:
med: "1280x720" med: "1280x720"
high: "1920x1080" high: "1920x1080"
4k: "3840x2160" 4k: "3840x2160"
default_resolution: "high" default_resolution: "low"
fps: 30 fps: 30